diff options
Diffstat (limited to 'target-ppc')
-rw-r--r-- | target-ppc/translate.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-ppc/translate.c b/target-ppc/translate.c index 31d7387204..2f1b5ff4f2 100644 --- a/target-ppc/translate.c +++ b/target-ppc/translate.c @@ -5386,6 +5386,7 @@ GEN_HANDLER(tlbiva, 0x1F, 0x12, 0x18, 0x03FFF801, PPC_TLBIVA) GEN_EXCP_PRIVOPC(ctx); return; } + t0 = tcg_temp_new(); gen_addr_reg_index(t0, ctx); #if defined(TARGET_PPC64) if (!ctx->sf_mode) |