diff options
author | Julian Brown <julian@codesourcery.com> | 2006-07-05 17:08:47 +0000 |
---|---|---|
committer | Julian Brown <julian@codesourcery.com> | 2006-07-05 17:08:47 +0000 |
commit | 3acb64000b92befb0860c22d161dd876c373421b (patch) | |
tree | e3ef3667bcc156402f43e97f3256c3ecd9d924e7 /opcodes/arm-dis.c | |
parent | 43f9b2de73b0e9ed55d70a3ba38ce14905dbe8c6 (diff) | |
download | gdb-3acb64000b92befb0860c22d161dd876c373421b.tar.gz |
* arm-dis.c (coprocessor): Alter fmsrr disassembly syntax.
Diffstat (limited to 'opcodes/arm-dis.c')
-rw-r--r-- | opcodes/arm-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/arm-dis.c b/opcodes/arm-dis.c index 977fcf11dbd..a37557889b6 100644 --- a/opcodes/arm-dis.c +++ b/opcodes/arm-dis.c @@ -280,7 +280,7 @@ static const struct opcode32 coprocessor_opcodes[] = {FPU_VFP_EXT_V1, 0x0c500b10, 0x0fb00ff0, "fmrrd%c\t%12-15r, %16-19r, %z0"}, {FPU_VFP_EXT_V3, 0x0eb00a00, 0x0fb00ff0, "fconsts%c\t%y1, #%16-19,0-3d"}, {FPU_VFP_EXT_V3, 0x0eb00b00, 0x0fb00ff0, "fconstd%c\t%z1, #%16-19,0-3d"}, - {FPU_VFP_EXT_V2, 0x0c400a10, 0x0ff00fd0, "fmsrr%c\t%12-15r, %16-19r, %y4"}, + {FPU_VFP_EXT_V2, 0x0c400a10, 0x0ff00fd0, "fmsrr%c\t%y4, %12-15r, %16-19r"}, {FPU_VFP_EXT_V2, 0x0c400b10, 0x0ff00fd0, "fmdrr%c\t%z0, %12-15r, %16-19r"}, {FPU_VFP_EXT_V2, 0x0c500a10, 0x0ff00fd0, "fmrrs%c\t%12-15r, %16-19r, %y4"}, {FPU_VFP_EXT_V1xD, 0x0e000a00, 0x0fb00f50, "fmacs%c\t%y1, %y2, %y0"}, |