mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 23:53:19 +00:00
[CRT] Reduce diff to wine-5.0
This commit is contained in:
parent
e04b796534
commit
c332b917dc
5 changed files with 30 additions and 30 deletions
|
@ -5,6 +5,8 @@
|
|||
.code
|
||||
.align 4
|
||||
|
||||
EXTERN _cxx_frame_handler:PROC
|
||||
|
||||
MACRO(DEFINE_THISCALL_ALIAS, cxxname, target)
|
||||
#ifdef _USE_ML
|
||||
EXTERN ___thiscall&target:PROC
|
||||
|
@ -166,5 +168,19 @@ _call_handler:
|
|||
pop ebp
|
||||
ret
|
||||
|
||||
|
||||
PUBLIC ___CxxFrameHandler
|
||||
___CxxFrameHandler:
|
||||
push 0
|
||||
push 0
|
||||
push eax
|
||||
push[esp + 28]
|
||||
push[esp + 28]
|
||||
push[esp + 28]
|
||||
push[esp + 28]
|
||||
call _cxx_frame_handler
|
||||
add esp, 28
|
||||
ret
|
||||
|
||||
END
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue