diff options
Diffstat (limited to 'gas/config/tc-i386.c')
-rw-r--r-- | gas/config/tc-i386.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index 1aa815d..1f2e407 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -3239,7 +3239,7 @@ pi (const char *line, i386_insn *x) static void pte (insn_template *t) { - static const unsigned char opc_pfx[] = { 0, 0x66, 0xf2, 0xf3 }; + static const unsigned char opc_pfx[] = { 0, 0x66, 0xf3, 0xf2 }; static const char *const opc_spc[] = { NULL, "0f", "0f38", "0f3a", NULL, NULL, NULL, NULL, "XOP08", "XOP09", "XOP0A", |