diff options
author | Jeff Law <law@redhat.com> | 1996-08-31 21:10:43 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-08-31 21:10:43 +0000 |
commit | a5f2a4e50e373ca13b5a637397f68356dae93415 (patch) | |
tree | 067faa308a88ef114f998335bb946ea83b2a48d4 /opcodes/v850-dis.c | |
parent | 502535cff728b070ac9d121cfb2394551b9cd73b (diff) | |
download | gdb-a5f2a4e50e373ca13b5a637397f68356dae93415.zip gdb-a5f2a4e50e373ca13b5a637397f68356dae93415.tar.gz gdb-a5f2a4e50e373ca13b5a637397f68356dae93415.tar.bz2 |
* v850-dis.c (v850_cc_names): Fix stupid thinkos.
Diffstat (limited to 'opcodes/v850-dis.c')
-rw-r--r-- | opcodes/v850-dis.c | 3 |
1 files changed, 1 insertions, 2 deletions
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) |