[CRT] Fix MSVC version of call_handler

This commit is contained in:
Thomas Faber 2022-01-16 19:48:58 -05:00
parent 41b87158ff
commit 4cf9b7985e
No known key found for this signature in database
GPG key ID: 076E7C3D44720826

View file

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