Author: tkreuzer
Date: Tue Dec 9 09:45:54 2008
New Revision: 37967
URL:
http://svn.reactos.org/svn/reactos?rev=37967&view=rev
Log:
fix ULONG/ULONG_PTR isuue
Modified:
branches/ros-amd64-bringup/reactos/ntoskrnl/ke/bug.c
Modified: branches/ros-amd64-bringup/reactos/ntoskrnl/ke/bug.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/ntosk…
==============================================================================
--- branches/ros-amd64-bringup/reactos/ntoskrnl/ke/bug.c [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/ntoskrnl/ke/bug.c [iso-8859-1] Tue Dec 9 09:45:54
2008
@@ -1065,7 +1065,7 @@
/* Check if we need to save the context for KD */
#ifdef _WINKD_
- if (!KdPitchDebugger) KdDebuggerDataBlock.SavedContext = (ULONG)&Context;
+ if (!KdPitchDebugger) KdDebuggerDataBlock.SavedContext = (ULONG_PTR)&Context;
#endif
/* Check if a debugger is connected */