Changeset 21624 for trunk/include/excpt.h
- Timestamp:
- Apr 15, 2011, 9:32:09 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/excpt.h
r21605 r21624 134 134 else if (__seh_frame.state == 3) \ 135 135 /* remove exception handler */ \ 136 __asm__ ("movl %%fs:0, %%ecx; " \ 136 __asm__ ("push $1; " \ 137 "call _SetWin32TIB@4; " \ 138 "" \ 139 "movl %%fs:0, %%ecx; " \ 137 140 "movl 60(%%ecx), %%eax; " \ 138 141 "movl %%eax, %%fs:0; " \ … … 162 165 else if (__seh_frame.state == 3) \ 163 166 /* remove exception handler */ \ 164 __asm__ ("movl %%fs:0, %%ecx; " \ 167 __asm__ ("push $1; " \ 168 "call _SetWin32TIB@4; " \ 169 "" \ 170 "movl %%fs:0, %%ecx; " \ 165 171 "movl 60(%%ecx), %%eax; " \ 166 172 "movl %%eax, %%fs:0; " \
Note:
See TracChangeset
for help on using the changeset viewer.