diff options
author | Steve Chamberlain <sac@cygnus> | 1992-09-29 19:21:34 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-09-29 19:21:34 +0000 |
commit | 447bbbea3a96b0be25437f797a8f27775c09da08 (patch) | |
tree | fbcd654ce190d4b2302f8296783e8cc9a900bf10 /opcodes/z8k-dis.c | |
parent | 7c42ad77f3db87112247036467cb0e13a308b4d7 (diff) | |
download | ppe42-binutils-447bbbea3a96b0be25437f797a8f27775c09da08.tar.gz ppe42-binutils-447bbbea3a96b0be25437f797a8f27775c09da08.zip |
* z8k-dis.c (unparse_instr): prettier tabs
* z8kgen.c -> z8k-opc.h: bug fixes in tables
Diffstat (limited to 'opcodes/z8k-dis.c')
-rw-r--r-- | opcodes/z8k-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/z8k-dis.c b/opcodes/z8k-dis.c index f3c6362e5b..2a2d3c343b 100644 --- a/opcodes/z8k-dis.c +++ b/opcodes/z8k-dis.c @@ -428,7 +428,7 @@ instr_data_s *instr_data; int loop, loop_limit; char out_str[80], tmp_str[25]; - sprintf( out_str, "\t%-10s", z8k_table[instr_data->tabl_index].name ); + sprintf( out_str, "\t%s\t", z8k_table[instr_data->tabl_index].name ); loop_limit = z8k_table[instr_data->tabl_index].noperands; for( loop = 0; loop < loop_limit; loop++ ) |