diff options
author | Jeff Law <law@redhat.com> | 1996-08-23 06:27:37 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-08-23 06:27:37 +0000 |
commit | cc6e50b5b26c4560c8fe8dcf449c4292846b5473 (patch) | |
tree | 5fcc4c5c9bfa4251b2898ad71b23a8cabb6fa0b9 /opcodes/v850-opc.c | |
parent | 48d94633c6951bc3f842f965350ac316fc12c2cd (diff) | |
download | gdb-cc6e50b5b26c4560c8fe8dcf449c4292846b5473.zip gdb-cc6e50b5b26c4560c8fe8dcf449c4292846b5473.tar.gz gdb-cc6e50b5b26c4560c8fe8dcf449c4292846b5473.tar.bz2 |
* v850-opc.c (v850_opcodes): Correct short store half (sst.h) and
short store word (sst.w).
Diffstat (limited to 'opcodes/v850-opc.c')
-rw-r--r-- | opcodes/v850-opc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/v850-opc.c b/opcodes/v850-opc.c index d381cf3..8d47d31 100644 --- a/opcodes/v850-opc.c +++ b/opcodes/v850-opc.c @@ -117,8 +117,8 @@ const struct v850_opcode v850_opcodes[] = { { "sld.h", OP(0x00), OP_MASK, IF4A }, { "sld.w", OP(0x00), OP_MASK, IF4A }, { "sst.b", OP(0x00), OP_MASK, IF4B }, +{ "sst.h", OP(0x00), OP_MASK, IF4B }, { "sst.w", OP(0x00), OP_MASK, IF4B }, -{ "sst.l", OP(0x00), OP_MASK, IF4B }, { "ld.b", OP(0x00), OP_MASK, IF7A }, { "ld.h", OP(0x00), OP_MASK, IF7A }, |