Emilio G. Cota <c...@braap.org> writes: > Signed-off-by: Emilio G. Cota <c...@braap.org>
Reviewed-by: Alex Bennée <alex.ben...@linaro.org> > --- > tcg/i386/tcg-target.inc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tcg/i386/tcg-target.inc.c b/tcg/i386/tcg-target.inc.c > index 01e3b4e..06df01a 100644 > --- a/tcg/i386/tcg-target.inc.c > +++ b/tcg/i386/tcg-target.inc.c > @@ -2514,7 +2514,7 @@ static const TCGTargetOpDef > *tcg_target_op_def(TCGOpcode op) > return NULL; > } > > -static int tcg_target_callee_save_regs[] = { > +static const int tcg_target_callee_save_regs[] = { > #if TCG_TARGET_REG_BITS == 64 > TCG_REG_RBP, > TCG_REG_RBX, -- Alex Bennée