x86: remove pointless 2nd parameter from check_VecOperations()
[deliverable/binutils-gdb.git] / gas / config / tc-i386-intel.c
index 3c01b5ee9e27696b3bfc5e8a4311c2b4b126e7f0..d49d50d7d5e26e402e62ffa3e40c6ebe280deb43 100644 (file)
@@ -606,7 +606,7 @@ i386_intel_operand (char *operand_string, int got_a_float)
   /* Handle vector operations.  */
   if (*input_line_pointer == '{')
     {
-      char *end = check_VecOperations (input_line_pointer, NULL);
+      char *end = check_VecOperations (input_line_pointer);
       if (end)
        input_line_pointer = end;
       else
This page took 0.023635 seconds and 4 git commands to generate.