Enable txvu disassembly.
authorDoug Evans <dje@google.com>
Mon, 5 Jan 1998 13:48:06 +0000 (13:48 +0000)
committerDoug Evans <dje@google.com>
Mon, 5 Jan 1998 13:48:06 +0000 (13:48 +0000)
opcodes/disassemble.c

index a366264..0745854 100644 (file)
@@ -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;