mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-31 22:04:12 +08:00
Fix tracing info
This commit is contained in:
@ -4,6 +4,7 @@ Thu Sep 19 10:30:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
|
|||||||
(trace_input_func): Use them.
|
(trace_input_func): Use them.
|
||||||
(trace_input_func): Make sure there is a trailing space after the
|
(trace_input_func): Make sure there is a trailing space after the
|
||||||
instruction.
|
instruction.
|
||||||
|
(OP_6200): Fix tracing info.
|
||||||
|
|
||||||
* Makefile.in (run): Add dependencies on libbfd.a and
|
* Makefile.in (run): Add dependencies on libbfd.a and
|
||||||
libiberity.a.
|
libiberity.a.
|
||||||
|
@ -1197,7 +1197,7 @@ OP_6201 ()
|
|||||||
void
|
void
|
||||||
OP_6200 ()
|
OP_6200 ()
|
||||||
{
|
{
|
||||||
trace_input ("ld", OP_REG_OUTPUT, OP_MEMREF, OP_VOID);
|
trace_input ("ld2w", OP_REG_OUTPUT, OP_MEMREF, OP_VOID);
|
||||||
State.regs[OP[0]] = RW (State.regs[OP[1]]);
|
State.regs[OP[0]] = RW (State.regs[OP[1]]);
|
||||||
State.regs[OP[0]+1] = RW (State.regs[OP[1]]+2);
|
State.regs[OP[0]+1] = RW (State.regs[OP[1]]+2);
|
||||||
trace_output (OP_REG);
|
trace_output (OP_REG);
|
||||||
|
Reference in New Issue
Block a user