mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-29 12:53:43 +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): Make sure there is a trailing space after the
|
||||
instruction.
|
||||
(OP_6200): Fix tracing info.
|
||||
|
||||
* Makefile.in (run): Add dependencies on libbfd.a and
|
||||
libiberity.a.
|
||||
|
@ -1197,7 +1197,7 @@ OP_6201 ()
|
||||
void
|
||||
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]+1] = RW (State.regs[OP[1]]+2);
|
||||
trace_output (OP_REG);
|
||||
|
Reference in New Issue
Block a user