mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 15:11:41 +00:00
Fix wrong positioned #else
svn path=/branches/ros-amd64-bringup/; revision=45069
This commit is contained in:
parent
49c5dfc4fe
commit
85441000ae
1 changed files with 1 additions and 2 deletions
|
@ -191,14 +191,13 @@ KdpEnterDebuggerException(IN PKTRAP_FRAME TrapFrame,
|
|||
/* Bump EIP to the instruction following the int 2C and return */
|
||||
Context->Eip += 2;
|
||||
#elif _AMD64_
|
||||
#else
|
||||
/* Warn about it */
|
||||
DbgPrint("\n!!! Assertion Failure at Address 0x%p !!!\n\n",
|
||||
(PVOID)Context->Rip);
|
||||
|
||||
/* Bump RIP to the instruction following the int 2C and return */
|
||||
Context->Rip += 2;
|
||||
|
||||
#else
|
||||
#error Unknown Architecture
|
||||
#endif
|
||||
return TRUE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue