diff options
author | Doug Evans <dje@google.com> | 1998-01-05 13:48:06 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-01-05 13:48:06 +0000 |
commit | 8ddd9d2f76829059b4d3ef304d958aeaee04f43a (patch) | |
tree | 9b5e212405f229da3a1bfbf44a18e3e6ff4beaaf /opcodes/disassemble.c | |
parent | 54cc8ed4db2ff765d53a27b3e08dee68062e74b3 (diff) | |
download | gdb-8ddd9d2f76829059b4d3ef304d958aeaee04f43a.zip gdb-8ddd9d2f76829059b4d3ef304d958aeaee04f43a.tar.gz gdb-8ddd9d2f76829059b4d3ef304d958aeaee04f43a.tar.bz2 |
Enable txvu disassembly.
Diffstat (limited to 'opcodes/disassemble.c')
-rw-r--r-- | opcodes/disassemble.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/disassemble.c b/opcodes/disassemble.c index a366264..0745854 100644 --- a/opcodes/disassemble.c +++ b/opcodes/disassemble.c @@ -206,7 +206,7 @@ disassembler (abfd) #endif /* end-sanitize-tic80 */ /* start-sanitize-sky */ -#ifdef ARCH_txvu_foo +#ifdef ARCH_txvu case bfd_arch_txvu: disassemble = print_insn_txvu; break; |