gas/
[deliverable/binutils-gdb.git] / gas / config / tc-i386.c
index 0669c03542cc2879c11d0139f309d14fe4ebe8e0..56bf31f69c14a7e9ba9052b12afe3bd5b6be756e 100644 (file)
@@ -3384,7 +3384,11 @@ process_suffix (void)
        }
       else if (i.suffix == QWORD_MNEM_SUFFIX)
        {
-         if (!check_qword_reg ())
+         if (intel_syntax
+             && i.tm.opcode_modifier.ignoresize
+             && i.tm.opcode_modifier.no_qsuf)
+           i.suffix = 0;
+         else if (!check_qword_reg ())
            return 0;
        }
       else if (i.suffix == WORD_MNEM_SUFFIX)
This page took 0.024391 seconds and 4 git commands to generate.