diff options
Diffstat (limited to 'gcc/unwind-c.c')
-rw-r--r-- | gcc/unwind-c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/unwind-c.c b/gcc/unwind-c.c index 6fb66e0..e3e2eca 100644 --- a/gcc/unwind-c.c +++ b/gcc/unwind-c.c @@ -129,7 +129,7 @@ PERSONALITY_FUNCTION (int version, _Unwind_Ptr landing_pad, ip; #ifdef __ARM_EABI_UNWINDER__ - if (state != _US_UNWIND_FRAME_STARTING) + if ((state & _US_ACTION_MASK) != _US_UNWIND_FRAME_STARTING) CONTINUE_UNWINDING; /* The dwarf unwinder assumes the context structure holds things like the |