Author: tkreuzer Date: Thu Dec 4 05:26:30 2008 New Revision: 37844
URL: http://svn.reactos.org/svn/reactos?rev=37844&view=rev Log: fix a comment, #undef RtlGetCallersaddress before implementing it
Modified: branches/ros-amd64-bringup/reactos/lib/rtl/amd64/unwind.c
Modified: branches/ros-amd64-bringup/reactos/lib/rtl/amd64/unwind.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/rt... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/rtl/amd64/unwind.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/rtl/amd64/unwind.c [iso-8859-1] Thu Dec 4 05:26:30 2008 @@ -117,9 +117,7 @@ ULONG IndexLo, IndexHi, IndexMid;
/* Find the corresponding table */ - FunctionTable = RtlLookupFunctionTable(ControlPc, - ImageBase, - &TableLength); + FunctionTable = RtlLookupFunctionTable(ControlPc, ImageBase, &TableLength);
/* Fail, if no table is found */ if (!FunctionTable) @@ -544,8 +542,8 @@ return i; }
-// CHEKCME: return PVOID? // http://undocumented.ntinternals.net/UserMode/Undocumented%20Functions/Debug/... +#undef RtlGetCallersAddress VOID NTAPI RtlGetCallersAddress(