Commit f6a51d31 by Uros Bizjak Committed by Uros Bizjak

i386.c (print_operand): Fix typo.

	* config/i386/i386.c (print_operand) ['z']: Fix typo.

From-SVN: r146804
parent 2a8428f8
2009-04-26 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.c (print_operand) ['z']: Fix typo.
2009-04-26 Kai Tietz <kai.tietz@onevision.com>
* config/i386/mingw-w64.h (STANDARD_INCLUDE_DIR):
......
......@@ -11000,7 +11000,7 @@ print_operand (FILE *file, rtx x, int code)
operator with memory operand. */
if (MEM_P (x))
{
#ifdef HAVE_AS_IX86_FISTS
#ifdef HAVE_AS_IX86_FILDS
putc ('s', file);
#endif
return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment