Fix tracing info

This commit is contained in:
Michael Meissner 1996-09-19 17:23:21 +00:00
parent 72f70020f3
commit addb61a5b2
2 changed files with 2 additions and 1 deletions

View file

@ -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.

View file

@ -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);