mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
Fix build.
svn path=/trunk/; revision=41541
This commit is contained in:
@@ -116,7 +116,7 @@ KdpEnterDebuggerException(IN PKTRAP_FRAME TrapFrame,
|
||||
IN KPROCESSOR_MODE PreviousMode,
|
||||
IN BOOLEAN SecondChance)
|
||||
{
|
||||
KD_CONTINUE_TYPE Return;
|
||||
KD_CONTINUE_TYPE Return = kdHandleException;
|
||||
ULONG ExceptionCommand = ExceptionRecord->ExceptionInformation[0];
|
||||
#ifdef _M_IX86
|
||||
ULONG EipOld;
|
||||
|
||||
Reference in New Issue
Block a user