Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/exception.c

    r8108ba8 red395761  
    2727#include "stdhdr/assert.h"
    2828#include "virtual.h"
    29 
    30 #pragma GCC visibility push(default)
    31 
    3229#include "lsda.h"
    3330
     
    264261#else // defined( __ARM_ARCH )
    265262        // The return code from _Unwind_RaiseException seems to be corrupt on ARM at end of stack.
    266         // This workaround tries to keep default exception handling working.
     263        // This workaround tries to keep default exception handling working. 
    267264        if ( ret == _URC_FATAL_PHASE1_ERROR || ret == _URC_FATAL_PHASE2_ERROR ) {
    268265#endif
Note: See TracChangeset for help on using the changeset viewer.