mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 23:32:59 +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:
|
||||
|
||||
mov rcx, [rsp + CxP1Home]
|
||||
mov rcx, [rsp + CONTEXT_FRAME_LENGTH + 8 + P1Home]
|
||||
mov rdx, rsp
|
||||
call ZwRaiseException
|
||||
|
||||
|
@ -305,6 +305,7 @@ RaiseStatus:
|
|||
mov rdx, rsp
|
||||
call RtlRaiseStatus
|
||||
|
||||
int HEX(2c)
|
||||
.ENDP
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue