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