Changeset 21625 for trunk/src/kernel32
- Timestamp:
- Apr 15, 2011, 9:35:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/seh/sehutil.s
r21622 r21625 80 80 * Win32 thread is about to exit and TIB has been already destroyed. */ 81 81 movl (%esp), %ecx /* (%esp) is OS/2 FS pushed above */ 82 andl $0x0000FFFF, %ecx83 cmp l %ecx, %eax82 movl %fs, %eax 83 cmpw %cx, %ax 84 84 je ___seh_handler_Skip_Win32_Unwind 85 85 … … 98 98 movl %ecx, 0(%eax) /* pPrev */ 99 99 100 xor %eax, %eax /* return code is irrelevant for XCPT_UNWIND*/100 xor %eax, %eax /* return code is irrelevant for EH_UNWINDING */ 101 101 jmp ___seh_handler_Return 102 102
Note:
See TracChangeset
for help on using the changeset viewer.