mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 20:43:25 +00:00
[RTL] Add FPO information to RtlpExecuteHandler. CORE-15723
This commit is contained in:
parent
5d88487cd1
commit
4dedc8ff52
1 changed files with 3 additions and 1 deletions
|
@ -128,7 +128,8 @@ _RtlpExecuteHandlerForUnwind@20:
|
||||||
mov edx, offset _RtlpUnwindProtector
|
mov edx, offset _RtlpUnwindProtector
|
||||||
|
|
||||||
|
|
||||||
_RtlpExecuteHandler@20:
|
.PROC _RtlpExecuteHandler@20
|
||||||
|
FPO 0, 0, 0, 0, 0, FRAME_FPO
|
||||||
|
|
||||||
/* Save non-volatile */
|
/* Save non-volatile */
|
||||||
push ebx
|
push ebx
|
||||||
|
@ -155,6 +156,7 @@ _RtlpExecuteHandler@20:
|
||||||
pop ebx
|
pop ebx
|
||||||
ret 20
|
ret 20
|
||||||
|
|
||||||
|
.ENDP
|
||||||
|
|
||||||
PUBLIC _RtlpExecuteHandler2@20
|
PUBLIC _RtlpExecuteHandler2@20
|
||||||
_RtlpExecuteHandler2@20:
|
_RtlpExecuteHandler2@20:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue