Revision 1b530a6d target-mips/translate.c

b/target-mips/translate.c
38 38

  
39 39
//#define MIPS_DEBUG_DISAS
40 40
//#define MIPS_DEBUG_SIGN_EXTENSIONS
41
//#define MIPS_SINGLE_STEP
42 41

  
43 42
/* MIPS major opcodes */
44 43
#define MASK_OP_MAJOR(op)  (op & (0x3F << 26))
......
8140 8139

  
8141 8140
        if (num_insns >= max_insns)
8142 8141
            break;
8143
#if defined (MIPS_SINGLE_STEP)
8144
        break;
8145
#endif
8142

  
8143
        if (singlestep)
8144
            break;
8146 8145
    }
8147 8146
    if (tb->cflags & CF_LAST_IO)
8148 8147
        gen_io_end();

Also available in: Unified diff