diff options
Diffstat (limited to 'opcodes/i386-dis.c')
-rw-r--r-- | opcodes/i386-dis.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 673266d..a0ab9f0 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -2133,7 +2133,7 @@ static const struct dis386 prefix_table[][4] = { { { "(bad)", { XX } }, { "(bad)", { XX } }, - { "pblendvb", {XM, EXx, XMM0 } }, + { "pblendvb", { XM, EXx, XMM0 } }, { "(bad)", { XX } }, }, @@ -2141,7 +2141,7 @@ static const struct dis386 prefix_table[][4] = { { { "(bad)", { XX } }, { "(bad)", { XX } }, - { "blendvps", {XM, EXx, XMM0 } }, + { "blendvps", { XM, EXx, XMM0 } }, { "(bad)", { XX } }, }, |