mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
Fix build.
svn path=/trunk/; revision=41541
This commit is contained in:
parent
e890438845
commit
debf9f3155
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue