Changeset 1078 for trunk/fm3.c
- Timestamp:
- Jul 19, 2008, 6:08:02 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/fm3.c
r1077 r1078 22 22 #include "dll\tools.h" 23 23 #include "dll\version.h" 24 #include "dll\errutil.h" 24 25 #include "dll\fortify.h" 25 26 #include "dll\fm3dll.h" … … 66 67 } 67 68 # ifdef FORTIFY 68 Fortify_LeaveScope(); 69 for (;;) { 70 UCHAR scope = Fortify_LeaveScope(); 71 if ((CHAR)scope == 0) 72 break; 73 Runtime_Error(__FILE__, __LINE__, "Attempting to exit thread with scope non-zero (%u)", scope); 74 if ((CHAR)scope < 0) 75 break; 76 } 69 77 # endif 70 78 }
Note:
See TracChangeset
for help on using the changeset viewer.