Changes in libcfa/src/exception.c [d43ed2c:73abe95]
- File:
-
- 1 edited
-
libcfa/src/exception.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/exception.c
rd43ed2c r73abe95 246 246 } 247 247 248 #if defined(PIC)249 #warning Exceptions not yet supported when using Position-Independent Code250 __attribute__((noinline))251 void __cfaabi_ehm__try_terminate(void (*try_block)(),252 void (*catch_block)(int index, exception_t * except),253 __attribute__((unused)) int (*match_block)(exception_t * except)) {254 abort();255 }256 #else257 248 // This is our personality routine. For every stack frame anotated with ".cfi_personality 0x3,__gcfa_personality_v0". 258 249 // This function will be called twice when unwinding. Once in the search phased and once in the cleanup phase. … … 486 477 ); 487 478 #endif // __i386 || __x86_64 488 #endif //PIC
Note:
See TracChangeset
for help on using the changeset viewer.