mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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
|
||||
|
||||
|
||||
_RtlpExecuteHandler@20:
|
||||
.PROC _RtlpExecuteHandler@20
|
||||
FPO 0, 0, 0, 0, 0, FRAME_FPO
|
||||
|
||||
/* Save non-volatile */
|
||||
push ebx
|
||||
|
@ -155,6 +156,7 @@ _RtlpExecuteHandler@20:
|
|||
pop ebx
|
||||
ret 20
|
||||
|
||||
.ENDP
|
||||
|
||||
PUBLIC _RtlpExecuteHandler2@20
|
||||
_RtlpExecuteHandler2@20:
|
||||
|
|
Loading…
Reference in a new issue