Home
last modified time | relevance | path

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

/haiku/headers/libs/x86emu/
H A Dx86emu.h179 #define DEBUG_TRACECALL_F 0x000400 macro
/haiku/headers/libs/x86emu/x86emu/
H A Ddebug.h76 #define DEBUG_TRACECALL() (M.x86.debug & DEBUG_TRACECALL_F)
/haiku/src/libs/x86emu/
H A Ddebug.c309 M.x86.debug ^= DEBUG_TRACECALL_F; in x86emu_single_step()