x86: drop some stray/bogus DefaultSize
[deliverable/binutils-gdb.git] / gas / config / tc-i386.c
index 120367d55d303c1c5096a6053ce73f2a08d167d0..64312d27ab0bee014b9716aa2490aaa741333810 100644 (file)
@@ -6311,7 +6311,9 @@ process_suffix (void)
   else if (i.tm.opcode_modifier.defaultsize
           && !i.suffix
           /* exclude fldenv/frstor/fsave/fstenv */
-          && i.tm.opcode_modifier.no_ssuf)
+          && i.tm.opcode_modifier.no_ssuf
+          /* exclude sysret */
+          && i.tm.base_opcode != 0x0f07)
     {
       if (stackop_size == LONG_MNEM_SUFFIX
          && i.tm.base_opcode == 0xcf)
This page took 0.025128 seconds and 4 git commands to generate.