- Timestamp:
- Jun 2, 2011, 1:49:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/seh/sehutil.s
r21625 r21633 44 44 pushl %esi 45 45 46 pushl %fs 47 popl %eax 46 movl %fs, %eax 48 47 andl $0x0000FFFF, %eax 49 48 cmpl $Dos32TIB, %eax /* Running along the OS/2 chain? */ … … 74 73 pushl %fs 75 74 76 pushl $177 call _SetWin32TIB@4 /* _stdcall, rtl, callee cleans stack */75 pushl 64(%eax) /* Win32FS */ 76 popl %fs 78 77 79 78 /* check if we could successfully switch to Win32 FS. A failure means the
Note:
See TracChangeset
for help on using the changeset viewer.