Revision a8c768c0

b/target-sparc/translate.c
1830 1830
{
1831 1831
    unsigned int insn, opc, rs1, rs2, rd;
1832 1832

  
1833
    if (unlikely(loglevel & CPU_LOG_TB_OP))
1834
        tcg_gen_debug_insn_start(dc->pc);
1833 1835
    insn = ldl_code(dc->pc);
1834 1836
    opc = GET_FIELD(insn, 0, 1);
1835 1837

  

Also available in: Unified diff