- Timestamp:
- Apr 14, 2011, 12:54:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/seh/sehutil.s
r21605 r21612 64 64 /* restore the Win32 chain in our frame */ 65 65 movl 12(%ebp), %eax 66 movl 60(%eax), %e cx /* pPrevFrameWin32 */67 movl %e cx, 0(%eax) /* pPrev */66 movl 60(%eax), %ebx /* pPrevFrameWin32 */ 67 movl %ebx, 0(%eax) /* pPrev */ 68 68 69 69 /* unwind the Win32 chain including our frame as someone's definitely … … 75 75 pushl $0 /* PEXCEPTION_RECORD */ 76 76 pushl $0 /* LPVOID (unused) */ 77 pushl %e cx /* PEXCEPTION_FRAME */77 pushl %ebx /* PEXCEPTION_FRAME */ 78 78 call _RtlUnwind@16 /* _stdcall, rtl, callee cleans stack */ 79 79 popl %fs
Note:
See TracChangeset
for help on using the changeset viewer.