From cfc43899da16d29b6e83239e4a92befac428d31a Mon Sep 17 00:00:00 2001 From: uros Date: Sun, 26 Apr 2009 16:50:24 +0000 Subject: [PATCH] * config/i386/i386.c (print_operand) ['z']: Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146804 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/config/i386/i386.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 64405d3505d..01046ef4ba2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2009-04-26 Uros Bizjak + + * config/i386/i386.c (print_operand) ['z']: Fix typo. + 2009-04-26 Kai Tietz * config/i386/mingw-w64.h (STANDARD_INCLUDE_DIR): diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 67a4efc04b7..72e9e7172e9 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -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; -- 2.11.0