projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4d6f25
)
[NTOSKRNL/AMD64]
author
Timo Kreuzer
<timo.kreuzer@reactos.org>
Thu, 18 Sep 2014 14:10:41 +0000
(14:10 +0000)
committer
Timo Kreuzer
<timo.kreuzer@reactos.org>
Thu, 18 Sep 2014 14:10:41 +0000
(14:10 +0000)
Actually revert the change to KiRaiseAssertion, it was correct before
svn path=/trunk/; revision=64192
reactos/ntoskrnl/ke/amd64/trap.S
patch
|
blob
|
history
diff --git
a/reactos/ntoskrnl/ke/amd64/trap.S
b/reactos/ntoskrnl/ke/amd64/trap.S
index
d37558a
..
ca2e45a
100644
(file)
--- a/
reactos/ntoskrnl/ke/amd64/trap.S
+++ b/
reactos/ntoskrnl/ke/amd64/trap.S
@@
-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