summaryrefslogtreecommitdiff
path: root/opcodes/metag-dis.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-01-14 11:22:05 +0000
committerNick Clifton <nickc@redhat.com>2013-01-14 11:22:05 +0000
commitf6336d08d84be983c950e6a8fa99783589f20a7e (patch)
tree64564aafad0a665f1b9a98f88c79c1b89e872c44 /opcodes/metag-dis.c
parent915ed68f655cba8f62b5a824c3ba96b6df050013 (diff)
downloadbinutils-redhat-f6336d08d84be983c950e6a8fa99783589f20a7e.tar.gz
* metag-dis.c (REG_WIDTH): Increase to 64.
* gas/metag/metadsp21.d: Fix expected MMOV disassembly.
Diffstat (limited to 'opcodes/metag-dis.c')
-rw-r--r--opcodes/metag-dis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/metag-dis.c b/opcodes/metag-dis.c
index 8a03a92ec5..447f6de6a1 100644
--- a/opcodes/metag-dis.c
+++ b/opcodes/metag-dis.c
@@ -33,7 +33,7 @@
#define OPERAND_WIDTH 92
#define ADDR_WIDTH 20
-#define REG_WIDTH 50
+#define REG_WIDTH 64
#define DSP_PREFIX_WIDTH 17
/* Value to print if we fail to parse a register name. */