projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54cc8ed
)
Enable txvu disassembly.
author
Doug Evans
<dje@google.com>
Mon, 5 Jan 1998 13:48:06 +0000
(13:48 +0000)
committer
Doug Evans
<dje@google.com>
Mon, 5 Jan 1998 13:48:06 +0000
(13:48 +0000)
opcodes/disassemble.c
patch
|
blob
|
history
diff --git
a/opcodes/disassemble.c
b/opcodes/disassemble.c
index a366264d489a71954c6f605cc3079b19cbf88908..0745854fcc0e33765e37c11568dbdc78c5db0828 100644
(file)
--- 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;