mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[NTOSKRNL/AMD64]
Actually revert the change to KiRaiseAssertion, it was correct before svn path=/trunk/; revision=64192
This commit is contained in:
parent
e4d6f25157
commit
bf6516577e
1 changed files with 1 additions and 1 deletions
|
@ -612,7 +612,7 @@ ENDFUNC KiXmmException
|
|||
PUBLIC KiRaiseAssertion
|
||||
FUNC KiRaiseAssertion
|
||||
/* We have an error code */
|
||||
EnterTrap (TF_HAS_ERROR_CODE OR TF_SAVE_ALL)
|
||||
EnterTrap (TF_SAVE_ALL)
|
||||
|
||||
/* Decrement RIP to point to the INT2C instruction (2 bytes, not 1 like INT3) */
|
||||
sub qword ptr [rbp + KTRAP_FRAME_Rip], 2
|
||||
|
|
Loading…
Reference in a new issue