sse.md (xop integer multiply/add insns): Use register_operand for operand 3 predicate.
[gcc.git] / fixincludes / fixincl.c
index 9f399abdd83d54660726a8f44eb5c8fcfcaf8149..1133534202b53fb2fc7f21bd5d9a757811c293f1 100644 (file)
@@ -829,7 +829,7 @@ fix_with_system (tFixDesc* p_fixd,
       /*
        *  Now add the fix number and file names that may be needed
        */
-      sprintf (pz_scan, " %ld '%s' '%s'",  (long) (p_fixd - fixDescList),
+      sprintf (pz_scan, " %ld '%s' '%s' '%s'", (long) (p_fixd - fixDescList),
               pz_fix_file, pz_file_source, pz_temp_file);
     }
   else /* NOT an "internal" fix: */