Home
last modified time | relevance | path

Searched refs:DEBUG_EXIT (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/libs/x86emu/
H A Dx86emu.h185 #define DEBUG_EXIT 0x010000 macro
/haiku/src/libs/x86emu/
H A Ddecode.c126 if (M.x86.debug & DEBUG_EXIT) { in X86EMU_exec()
127 M.x86.debug &= ~DEBUG_EXIT; in X86EMU_exec()
H A Ddebug.c335 M.x86.debug |= DEBUG_EXIT; in x86emu_single_step()