mirror of https://github.com/xemu-project/xemu.git
target/hppa: Log unimplemented instructions
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
49c29d6c2e
commit
b36942a698
|
@ -4218,6 +4218,8 @@ static DisasJumpType translate_table_int(DisasContext *ctx, uint32_t insn,
|
|||
return table[i].trans(ctx, insn, &table[i]);
|
||||
}
|
||||
}
|
||||
qemu_log_mask(LOG_UNIMP, "UNIMP insn %08x @ " TARGET_FMT_lx "\n",
|
||||
insn, ctx->base.pc_next);
|
||||
return gen_illegal(ctx);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue