mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-01 13:26:47 +08:00
* cpu.h (TRACE_COND_BR): Use TRACE_BRANCH_P, not TRACE_ALU_P.
This commit is contained in:
parent
091521c48b
commit
c5ecfceb13
@ -1,3 +1,7 @@
|
||||
Mon Nov 24 14:57:58 1997 Doug Evans <devans@seba.cygnus.com>
|
||||
|
||||
* cpu.h (TRACE_COND_BR): Use TRACE_BRANCH_P, not TRACE_ALU_P.
|
||||
|
||||
Sat Nov 22 21:42:09 1997 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* interp.c (engine_step): Replace SIGTRAP with SIM_SIGTRAP.
|
||||
|
@ -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)); \
|
||||
|
Loading…
Reference in New Issue
Block a user