Changeset 9822 for trunk/src/kernel32/exceptutil.asm
- Timestamp:
- Feb 18, 2003, 12:38:30 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/exceptutil.asm
r9780 r9822 1 ; $Id: exceptutil.asm,v 1.2 3 2003-02-10 16:05:39sandervl Exp $1 ; $Id: exceptutil.asm,v 1.24 2003-02-18 11:38:30 sandervl Exp $ 2 2 3 3 ;/* … … 187 187 sub esp, 16 188 188 189 ;also touch this page 190 mov eax, dword ptr [esp] 191 189 192 @goodthreadstack: 190 193 … … 229 232 mov esp, edx 230 233 sub esp, 16 234 235 ;also touch this page 236 mov eax, dword ptr [esp] 231 237 232 238 @goodmainstack:
Note:
See TracChangeset
for help on using the changeset viewer.