Make sure there is a trailing space after the instruction
This commit is contained in:
parent
891513ee79
commit
f061ddf67d
@ -2,6 +2,8 @@ Thu Sep 19 10:30:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
|
||||
|
||||
* simops.c (SIZE_{PC,LINE_NUMBER}): New default sizes for output.
|
||||
(trace_input_func): Use them.
|
||||
(trace_input_func): Make sure there is a trailing space after the
|
||||
instruction.
|
||||
|
||||
* Makefile.in (run): Add dependencies on libbfd.a and
|
||||
libiberity.a.
|
||||
|
@ -111,7 +111,7 @@ trace_input_func (name, in1, in2, in3)
|
||||
|
||||
if ((d10v_debug & DEBUG_LINE_NUMBER) == 0)
|
||||
(*d10v_callback->printf_filtered) (d10v_callback,
|
||||
"0x%.*x %s: %-*s",
|
||||
"0x%.*x %s: %-*s ",
|
||||
SIZE_PC, (unsigned)PC,
|
||||
type,
|
||||
SIZE_INSTRUCTION, name);
|
||||
@ -171,7 +171,7 @@ trace_input_func (name, in1, in2, in3)
|
||||
}
|
||||
|
||||
(*d10v_callback->printf_filtered) (d10v_callback,
|
||||
"0x%.*x %s: %-*.*s %-*s",
|
||||
"0x%.*x %s: %-*.*s %-*s ",
|
||||
SIZE_PC, (unsigned)PC,
|
||||
type,
|
||||
SIZE_LOCATION, SIZE_LOCATION, buf,
|
||||
|
Loading…
x
Reference in New Issue
Block a user