提交 b36942a6 编写于 作者: R Richard Henderson

target/hppa: Log unimplemented instructions

Signed-off-by: NRichard Henderson <richard.henderson@linaro.org>
上级 49c29d6c
......@@ -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);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册