https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4cf9b7985ecb92c3da4d6c...
commit 4cf9b7985ecb92c3da4d6cefb39a516826ecafe3 Author: Thomas Faber thomas.faber@reactos.org AuthorDate: Sun Jan 16 19:48:58 2022 -0500 Commit: Thomas Faber thomas.faber@reactos.org CommitDate: Fri Jan 21 20:00:41 2022 -0500
[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