Changeset 0f6ac828
- Timestamp:
- Mar 18, 2020, 11:44:43 AM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 45f4147
- Parents:
- 2655031
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/exception.c
r2655031 r0f6ac828 252 252 } 253 253 254 #pragma GCC push_options255 #pragma GCC optimize("O0")256 257 254 // This is our personality routine. For every stack frame annotated with 258 255 // ".cfi_personality 0x3,__gcfa_personality_v0" this function will be called twice when unwinding. … … 413 410 return _URC_CONTINUE_UNWIND; 414 411 } 412 413 #pragma GCC push_options 414 #pragma GCC optimize("O0") 415 415 416 416 // Try statements are hoisted out see comments for details. While this could probably be unique
Note: See TracChangeset
for help on using the changeset viewer.