aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--opcodes/ChangeLog2
-rw-r--r--opcodes/v850-dis.c3
2 files changed, 3 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 758135f..ff369ea 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,6 +1,8 @@
start-sanitize-v850
Sat Aug 31 01:27:26 1996 Jeffrey A Law (law@cygnus.com)
+ * v850-dis.c (v850_cc_names): Fix stupid thinkos.
+
* v850-dis.c (v850_reg_names): Define.
(v850_sreg_names, v850_cc_names): Likewise.
(disassemble): Very rough cut at printing operands (unformatted).
diff --git a/opcodes/v850-dis.c b/opcodes/v850-dis.c
index 413e5e9..6731137 100644
--- a/opcodes/v850-dis.c
+++ b/opcodes/v850-dis.c
@@ -36,8 +36,7 @@ static const char *const v850_sreg_names[] =
static const char *const v850_cc_names[] =
{ "v", "c/l", "z", "nh", "s/n", "t", "lt", "le",
- "nv", "nc/nl", "nz", "h", "ns/p", "sa", "lt", "ge",
- "le", "gt" };
+ "nv", "nc/nl", "nz", "h", "ns/p", "sa", "ge", "gt" };
int
print_insn_v850 (memaddr, info)