Searched refs:DEBUG_STEP (Results 1 – 3 of 3) sorted by relevance
67 #define DEBUG_STEP() (M.x86.debug & DEBUG_STEP_F) macro86 #define DEBUG_STEP() 0 macro144 #define SINGLE_STEP() if (DEBUG_STEP()) x86emu_single_step()
67 # define DEBUG_STEP() (M.x86.debug & DEBUG_STEP_F) macro86 # define DEBUG_STEP() 0 macro148 # define SINGLE_STEP() if (DEBUG_STEP()) x86emu_single_step()
19921 -# define DEBUG_STEP() (M.x86.debug & DEBUG_STEP_F)19939 +#define DEBUG_STEP() (M.x86.debug & DEBUG_STEP_F)19958 -# define DEBUG_STEP() 019975 +#define DEBUG_STEP() 020025 -# define SINGLE_STEP() if (DEBUG_STEP()) x86emu_single_step()20026 +#define SINGLE_STEP() if (DEBUG_STEP()) x86emu_single_step()