diff options
Diffstat (limited to 'translate-all.c')
-rw-r--r-- | translate-all.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/translate-all.c b/translate-all.c index 0de429f5b9..43365478bd 100644 --- a/translate-all.c +++ b/translate-all.c @@ -302,6 +302,8 @@ int cpu_restore_state(TranslationBlock *tb, } env->access_type = type; } +#elif defined(TARGET_M68K) + env->pc = gen_opc_pc[j]; #elif defined(TARGET_MIPS) env->PC = gen_opc_pc[j]; env->hflags &= ~MIPS_HFLAG_BMASK; |