summaryrefslogtreecommitdiff
path: root/opcodes/arm-dis.c
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2005-09-02 14:54:27 +0000
committerPaul Brook <paul@codesourcery.com>2005-09-02 14:54:27 +0000
commit5a0d13936c89d2cadd70d8c0f67acc6e3791649d (patch)
tree17dd664b8a2999bb67ba0959aa577f591df66ca4 /opcodes/arm-dis.c
parentf0e77a38795423f4ca628ead880534e7a509fcef (diff)
downloadbinutils-redhat-5a0d13936c89d2cadd70d8c0f67acc6e3791649d.tar.gz
2005-09-02 Paul Brook <paul@codesourcery.com>
* arm-dis.c (coprocessor_opcodes): Add null terminator.
Diffstat (limited to 'opcodes/arm-dis.c')
-rw-r--r--opcodes/arm-dis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/arm-dis.c b/opcodes/arm-dis.c
index a785488d57..266c91a600 100644
--- a/opcodes/arm-dis.c
+++ b/opcodes/arm-dis.c
@@ -381,7 +381,7 @@ static const struct opcode32 coprocessor_opcodes[] =
{ARM_EXT_V5, 0xfe000000, 0xff000010, "cdp2\t%8-11d, %20-23d, cr%12-15d, cr%16-19d, cr%0-3d, {%5-7d}"},
{ARM_EXT_V5, 0xfe000010, 0xff100010, "mcr2\t%8-11d, %21-23d, %12-15r, cr%16-19d, cr%0-3d, {%5-7d}"},
{ARM_EXT_V5, 0xfe100010, 0xff100010, "mrc2\t%8-11d, %21-23d, %12-15r, cr%16-19d, cr%0-3d, {%5-7d}"},
-
+ {0, 0, 0, 0}
};
/* Opcode tables: ARM, 16-bit Thumb, 32-bit Thumb. All three are partially