target: e2k: Impl restore_state_to_opc.

This commit is contained in:
Denis Drakhnia 2020-12-13 23:55:09 +02:00 committed by Denis Drakhnia
parent 1dd030c321
commit 6496153694
1 changed files with 1 additions and 2 deletions

View File

@ -436,8 +436,7 @@ void gen_intermediate_code(CPUState *cs, TranslationBlock *tb, int max_insns)
void restore_state_to_opc(CPUE2KState *env, TranslationBlock *tb,
target_ulong *data)
{
// TODO: restore_state_to_opc
qemu_log_mask(LOG_UNIMP, "restore_state_to_opc: not implemented\n");
env->ip = data[0];
}
void e2k_tcg_initialize(void) {