aboutsummaryrefslogtreecommitdiff
path: root/sim/tic80/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/tic80/cpu.h')
-rw-r--r--sim/tic80/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/tic80/cpu.h b/sim/tic80/cpu.h
index e710364..f1780fa 100644
--- a/sim/tic80/cpu.h
+++ b/sim/tic80/cpu.h
@@ -283,7 +283,7 @@ do { \
#define TRACE_UCOND_BR(indx, target) \
do { \
- if (TRACE_ALU_P (CPU)) { \
+ if (TRACE_BRANCH_P (CPU)) { \
trace_one_insn (SD, CPU, cia.ip, 1, itable[indx].file, \
itable[indx].line_nr, "branch", \
tic80_trace_ucond_br (indx, target)); \