diff options
-rw-r--r-- | tcg/ppc64/tcg-target.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tcg/ppc64/tcg-target.c b/tcg/ppc64/tcg-target.c index 1a3b9a5..a96314c 100644 --- a/tcg/ppc64/tcg-target.c +++ b/tcg/ppc64/tcg-target.c @@ -140,6 +140,11 @@ static const int tcg_target_callee_save_regs[] = { TCG_REG_R21, TCG_REG_R22, TCG_REG_R23, + TCG_REG_R24, + TCG_REG_R25, + TCG_REG_R26, + /* TCG_REG_R27, */ /* currently used for the global env, so no + need to save */ TCG_REG_R28, TCG_REG_R29, TCG_REG_R30, |