mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:55:41 +00:00
[RTL/x64] Fix a bug in RtlRaiseException
This commit is contained in:
parent
b388cb66de
commit
dc3b208625
1 changed files with 2 additions and 1 deletions
|
@ -295,7 +295,7 @@ PUBLIC RtlRaiseException
|
||||||
|
|
||||||
RaiseException:
|
RaiseException:
|
||||||
|
|
||||||
mov rcx, [rsp + CxP1Home]
|
mov rcx, [rsp + CONTEXT_FRAME_LENGTH + 8 + P1Home]
|
||||||
mov rdx, rsp
|
mov rdx, rsp
|
||||||
call ZwRaiseException
|
call ZwRaiseException
|
||||||
|
|
||||||
|
@ -305,6 +305,7 @@ RaiseStatus:
|
||||||
mov rdx, rsp
|
mov rdx, rsp
|
||||||
call RtlRaiseStatus
|
call RtlRaiseStatus
|
||||||
|
|
||||||
|
int HEX(2c)
|
||||||
.ENDP
|
.ENDP
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue