diff options
author | Michael Meissner <gnu@the-meissners.org> | 1997-02-27 16:37:37 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1997-02-27 16:37:37 +0000 |
commit | dcbf6f077fcba3bce7a21fe2403ebd9f9ed60a4a (patch) | |
tree | a052fe00dd4228305fdecac2b9a68ca0ffde7459 /opcodes | |
parent | 94b569d255c396c885df895ff200a3317dd31de0 (diff) | |
download | gdb-dcbf6f077fcba3bce7a21fe2403ebd9f9ed60a4a.zip gdb-dcbf6f077fcba3bce7a21fe2403ebd9f9ed60a4a.tar.gz gdb-dcbf6f077fcba3bce7a21fe2403ebd9f9ed60a4a.tar.bz2 |
Deal with 64 bit instruction sizes on the tic80
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 9afe350..4d2bfbc 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,4 +1,8 @@ start-sanitize-tic80 +Thu Feb 27 11:36:41 1997 Michael Meissner <meissner@cygnus.com> + + * tic80-dis.c (print_insn_tic80): Set info->bytes_per_line to 8. + Wed Feb 26 15:34:48 1997 Michael Meissner <meissner@cygnus.com> * tic80-opc.c (tic80_predefined_symbols): Define r25 properly. |