* v850-opc.c (v850_opcodes): Correct short store half (sst.h) and
[deliverable/binutils-gdb.git] / opcodes / v850-opc.c
index d381cf352ca77602fb842cc85995985ad1caa684..8d47d31324b4e47e0b8692c8598c7db73db26750 100644 (file)
@@ -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 },
This page took 0.025585 seconds and 4 git commands to generate.