mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-12 12:40:36 +00:00
* v850-dis.c (v850_cc_names): Fix stupid thinkos.
This commit is contained in:
parent
502535cff7
commit
a5f2a4e50e
@ -1,6 +1,8 @@
|
|||||||
start-sanitize-v850
|
start-sanitize-v850
|
||||||
Sat Aug 31 01:27:26 1996 Jeffrey A Law (law@cygnus.com)
|
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-dis.c (v850_reg_names): Define.
|
||||||
(v850_sreg_names, v850_cc_names): Likewise.
|
(v850_sreg_names, v850_cc_names): Likewise.
|
||||||
(disassemble): Very rough cut at printing operands (unformatted).
|
(disassemble): Very rough cut at printing operands (unformatted).
|
||||||
|
@ -36,8 +36,7 @@ static const char *const v850_sreg_names[] =
|
|||||||
|
|
||||||
static const char *const v850_cc_names[] =
|
static const char *const v850_cc_names[] =
|
||||||
{ "v", "c/l", "z", "nh", "s/n", "t", "lt", "le",
|
{ "v", "c/l", "z", "nh", "s/n", "t", "lt", "le",
|
||||||
"nv", "nc/nl", "nz", "h", "ns/p", "sa", "lt", "ge",
|
"nv", "nc/nl", "nz", "h", "ns/p", "sa", "ge", "gt" };
|
||||||
"le", "gt" };
|
|
||||||
|
|
||||||
int
|
int
|
||||||
print_insn_v850 (memaddr, info)
|
print_insn_v850 (memaddr, info)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user