Changeset 5070 for trunk/src/kernel32/exceptutil.asm
- Timestamp:
- Feb 8, 2001, 11:23:40 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/exceptutil.asm
r4224 r5070 1 ; $Id: exceptutil.asm,v 1.1 1 2000-09-08 18:07:49sandervl Exp $1 ; $Id: exceptutil.asm,v 1.12 2001-02-08 10:23:40 sandervl Exp $ 2 2 3 3 ;/* … … 53 53 54 54 _RtlUnwind@16 proc near 55 ; fudge return address56 push eax57 mov eax, dword ptr [esp+12]58 mov dword ptr [esp+4], eax59 pop eax60 61 55 push dword ptr [esp+4] ;PWINEXCEPTION_FRAME pEndFrame 62 56 push dword ptr [esp+12] ;LPVOID unusedEip
Note:
See TracChangeset
for help on using the changeset viewer.