Changeset 21645 for trunk/src/kernel32/seh
- Timestamp:
- Jun 22, 2011, 11:43:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/seh/sehutil.s
r21633 r21645 76 76 popl %fs 77 77 78 /* check if we could successfully switch to Win32 FS. A failure means the79 * Win32 thread is about to exit and TIB has been already destroyed. */80 movl (%esp), %ecx /* (%esp) is OS/2 FS pushed above */81 movl %fs, %eax82 cmpw %cx, %ax83 je ___seh_handler_Skip_Win32_Unwind84 85 78 pushl $0 /* DWORD (unused) */ 86 79 pushl $0 /* PEXCEPTION_RECORD */ … … 89 82 call _RtlUnwind@16 /* _stdcall, rtl, callee cleans stack */ 90 83 91 ___seh_handler_Skip_Win32_Unwind:92 84 popl %fs 93 85
Note:
See TracChangeset
for help on using the changeset viewer.