Home
last modified time | relevance | path

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

/haiku/src/libs/x86emu/
H A Ddebug.c272 M.x86.debug &= ~DEBUG_DECODE_NOPRINT_F; in x86emu_single_step()
324 M.x86.debug |= DEBUG_DECODE_NOPRINT_F; in x86emu_single_step()
327 M.x86.debug &= ~DEBUG_DECODE_NOPRINT_F; in x86emu_single_step()
/haiku/headers/libs/x86emu/
H A Dx86emu.h184 #define DEBUG_DECODE_NOPRINT_F 0x008000 macro
/haiku/headers/libs/x86emu/x86emu/
H A Ddebug.h81 #define DEBUG_DECODE_NOPRINT() (M.x86.debug & DEBUG_DECODE_NOPRINT_F)