Searched refs:DEBUG_EXIT (Results 1 – 7 of 7) sorted by relevance
185 #define DEBUG_EXIT 0x010000 macro
136 if (M.x86.debug & DEBUG_EXIT) { in X86EMU_exec()137 M.x86.debug &= ~DEBUG_EXIT; in X86EMU_exec()
326 M.x86.debug |= DEBUG_EXIT; in x86emu_single_step()
190 #define DEBUG_EXIT 0x10000 macro
122 if (M.x86.debug & DEBUG_EXIT) { in X86EMU_exec()123 M.x86.debug &= ~DEBUG_EXIT; in X86EMU_exec()
305 M.x86.debug |= DEBUG_EXIT; in x86emu_single_step()
476 - M.x86.debug |= DEBUG_EXIT;485 + M.x86.debug |= DEBUG_EXIT;864 if (M.x86.debug & DEBUG_EXIT) {865 M.x86.debug &= ~DEBUG_EXIT;19863 #define DEBUG_EXIT 0x010000