mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[CRT] Fix MSVC version of call_handler
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user