- Timestamp:
- Aug 15, 2000, 7:59:46 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/exceptutil.asm
r3483 r4020 1 ; $Id: exceptutil.asm,v 1. 7 2000-05-02 20:53:12sandervl Exp $1 ; $Id: exceptutil.asm,v 1.8 2000-08-15 17:59:46 sandervl Exp $ 2 2 3 3 ;/* … … 22 22 push dword ptr [esp+16] ;return address 23 23 push esp 24 sub dword ptr [esp -4], 2024 sub dword ptr [esp], 20 25 25 push ebp 26 26 pushfd … … 32 32 push esi 33 33 xor eax, eax 34 mov eax, cs ;does 'push cs' push a dword??34 mov eax, cs 35 35 push eax 36 36 mov eax, ds … … 59 59 push dword ptr [esp+16] ;return address 60 60 push esp 61 sub dword ptr [esp -4], 2061 sub dword ptr [esp], 20 62 62 push ebp 63 63 pushfd … … 69 69 push esi 70 70 xor eax, eax 71 mov eax, cs ;does 'push cs' push a dword??71 mov eax, cs 72 72 push eax 73 73 mov eax, ds
Note:
See TracChangeset
for help on using the changeset viewer.