[RTL] Add FPO information to RtlpExecuteHandler. CORE-15723

This commit is contained in:
Thomas Faber 2020-05-22 09:22:39 +02:00
parent 5d88487cd1
commit 4dedc8ff52
No known key found for this signature in database
GPG key ID: 076E7C3D44720826

View file

@ -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: