[libgcc, rs6000] Remove semicolon after do {} while (0) in REGISTER_CFA_OFFSET_FOR
2017-11-07 Tom de Vries <tom@codesourcery.com> * config/rs6000/aix-unwind.h (REGISTER_CFA_OFFSET_FOR): Remove semicolon after "do {} while (0)". From-SVN: r254491
This commit is contained in:
parent
aac11893d4
commit
65f480c76f
@ -1,3 +1,8 @@
|
||||
2017-11-07 Tom de Vries <tom@codesourcery.com>
|
||||
|
||||
* config/rs6000/aix-unwind.h (REGISTER_CFA_OFFSET_FOR): Remove semicolon
|
||||
after "do {} while (0)".
|
||||
|
||||
2017-11-07 Tom de Vries <tom@codesourcery.com>
|
||||
|
||||
PR other/82784
|
||||
|
@ -209,7 +209,7 @@ ucontext_for (struct _Unwind_Context *context)
|
||||
do { \
|
||||
(FS)->regs.reg[REGNO].how = REG_SAVED_OFFSET; \
|
||||
(FS)->regs.reg[REGNO].loc.offset = (long) (ADDR) - (CFA); \
|
||||
} while (0);
|
||||
} while (0)
|
||||
|
||||
static _Unwind_Reason_Code
|
||||
ppc_aix_fallback_frame_state (struct _Unwind_Context *context,
|
||||
|
Loading…
Reference in New Issue
Block a user