https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4dedc8ff52e772b547502…
commit 4dedc8ff52e772b5475020424c42125d1337d03a
Author: Thomas Faber <thomas.faber(a)reactos.org>
AuthorDate: Fri May 22 09:22:39 2020 +0200
Commit: Thomas Faber <thomas.faber(a)reactos.org>
CommitDate: Sat Jun 6 08:40:20 2020 +0200
[RTL] Add FPO information to RtlpExecuteHandler. CORE-15723
---
sdk/lib/rtl/i386/except_asm.s | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/sdk/lib/rtl/i386/except_asm.s b/sdk/lib/rtl/i386/except_asm.s
index 7c23858329f..bd8d2ec3236 100644
--- a/sdk/lib/rtl/i386/except_asm.s
+++ b/sdk/lib/rtl/i386/except_asm.s
@@ -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: