Nicer debug output
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4573 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
4a32674f8e
commit
a8c768c069
|
@ -1830,6 +1830,8 @@ static void disas_sparc_insn(DisasContext * dc)
|
||||||
{
|
{
|
||||||
unsigned int insn, opc, rs1, rs2, rd;
|
unsigned int insn, opc, rs1, rs2, rd;
|
||||||
|
|
||||||
|
if (unlikely(loglevel & CPU_LOG_TB_OP))
|
||||||
|
tcg_gen_debug_insn_start(dc->pc);
|
||||||
insn = ldl_code(dc->pc);
|
insn = ldl_code(dc->pc);
|
||||||
opc = GET_FIELD(insn, 0, 1);
|
opc = GET_FIELD(insn, 0, 1);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue