Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/exception.c

    rd43ed2c r73abe95  
    246246}
    247247
    248 #if defined(PIC)
    249 #warning Exceptions not yet supported when using Position-Independent Code
    250 __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 #else
    257248// This is our personality routine.  For every stack frame anotated with ".cfi_personality 0x3,__gcfa_personality_v0".
    258249// This function will be called twice when unwinding.  Once in the search phased and once in the cleanup phase.
     
    486477);
    487478#endif // __i386 || __x86_64
    488 #endif //PIC
Note: See TracChangeset for help on using the changeset viewer.