Searched refs:DEBUG_TRACECALL_F (Results 1 – 4 of 4) sorted by relevance
184 #define DEBUG_TRACECALL_F 0x0400 macro
76 # define DEBUG_TRACECALL() (M.x86.debug & DEBUG_TRACECALL_F)
279 M.x86.debug ^= DEBUG_TRACECALL_F; in x86emu_single_step()
433 - M.x86.debug ^= DEBUG_TRACECALL_F;435 + M.x86.debug ^= DEBUG_TRACECALL_F;19854 #define DEBUG_TRACECALL_F 0x00040019930 -# define DEBUG_TRACECALL() (M.x86.debug & DEBUG_TRACECALL_F)19948 +#define DEBUG_TRACECALL() (M.x86.debug & DEBUG_TRACECALL_F)