From 4cf9b7985ecb92c3da4d6cefb39a516826ecafe3 Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Sun, 16 Jan 2022 19:48:58 -0500 Subject: [PATCH] [CRT] Fix MSVC version of call_handler --- sdk/lib/crt/except/i386/cpp.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/lib/crt/except/i386/cpp.s b/sdk/lib/crt/except/i386/cpp.s index 0eaa5bc64f7..0a553936060 100644 --- a/sdk/lib/crt/except/i386/cpp.s +++ b/sdk/lib/crt/except/i386/cpp.s @@ -159,7 +159,7 @@ _call_handler: push esi push edi mov ebp, [esp + 24] - call dword ptr [esp + 29] + call dword ptr [esp + 20] pop edi pop esi pop ebx