[ros-diffs] [tkreuzer] 37844: fix a comment, #undef RtlGetCallersaddress before implementing it

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Thu Dec 4 12:26:31 CET 2008


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/rtl/amd64/unwind.c?rev=37844&r1=37843&r2=37844&view=diff
==============================================================================
--- 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/RtlGetCallersAddress.html
+#undef RtlGetCallersAddress
 VOID
 NTAPI
 RtlGetCallersAddress(



More information about the Ros-diffs mailing list