Changeset 4106 for trunk/src/kernel32/exceptutil.asm
- Timestamp:
- Aug 28, 2000, 8:35:28 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/exceptutil.asm
r4020 r4106 1 ; $Id: exceptutil.asm,v 1. 8 2000-08-15 17:59:46sandervl Exp $1 ; $Id: exceptutil.asm,v 1.9 2000-08-28 18:35:28 sandervl Exp $ 2 2 3 3 ;/* … … 22 22 push dword ptr [esp+16] ;return address 23 23 push esp 24 subdword ptr [esp], 2024 add dword ptr [esp], 20 25 25 push ebp 26 26 pushfd … … 46 46 call OS2RAISEEXCEPTION 47 47 48 ret 20;__stdcall48 ret 16 ;__stdcall 49 49 _RaiseException@16 endp 50 50 … … 59 59 push dword ptr [esp+16] ;return address 60 60 push esp 61 subdword ptr [esp], 2061 add dword ptr [esp], 20 62 62 push ebp 63 63 pushfd … … 83 83 call OS2RTLUNWIND 84 84 85 ret 20;__stdcall85 ret 16 ;__stdcall 86 86 _RtlUnwind@16 endp 87 87
Note:
See TracChangeset
for help on using the changeset viewer.