2005-09-02 Paul Brook <paul@codesourcery.com>
* arm-dis.c (coprocessor_opcodes): Add null terminator.
This commit is contained in:
parent
a841cf65e9
commit
b13dd07a55
|
@ -1,3 +1,7 @@
|
||||||
|
2005-09-02 Paul Brook <paul@codesourcery.com>
|
||||||
|
|
||||||
|
* arm-dis.c (coprocessor_opcodes): Add null terminator.
|
||||||
|
|
||||||
2005-09-02 Paul Brook <paul@codesourcery.com>
|
2005-09-02 Paul Brook <paul@codesourcery.com>
|
||||||
|
|
||||||
* arm-dis.c (coprocessor_opcodes): New.
|
* arm-dis.c (coprocessor_opcodes): New.
|
||||||
|
|
|
@ -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, 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, 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}"},
|
{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
|
/* Opcode tables: ARM, 16-bit Thumb, 32-bit Thumb. All three are partially
|
||||||
|
|
Loading…
Reference in New Issue