mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[CRT] Fix MSVC version of call_handler
This commit is contained in:
parent
41b87158ff
commit
4cf9b7985e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue