diff options
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/i386-dis.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 6982de3..0a3443a 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -2025,10 +2025,10 @@ static const struct dis386 prefix_user_table[][4] = { /* PREGRP37 */ { - { "(bad)", { XX } }, + { "(bad)", { XX } }, { "popcntS", { Gv, Ev } }, - { "(bad)", { XX } }, - { "(bad)", { XX } }, + { "(bad)", { XX } }, + { "(bad)", { XX } }, }, }; |