diff options
author | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-08-04 09:24:15 +0000 |
---|---|---|
committer | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-08-04 09:24:15 +0000 |
commit | 693a749962d87d61fd1a1a244f8577d56ce03708 (patch) | |
tree | b005e2e83c1ca5a7e9c17e228bf0fe9da9270664 /libgfortran | |
parent | e198177cbbafcdae2db92040afe456ca1a4efc93 (diff) | |
download | gcc-693a749962d87d61fd1a1a244f8577d56ce03708.tar.gz |
* config/fpu-387.h: Remove unwanted whitespace.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@226550 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran')
-rw-r--r-- | libgfortran/config/fpu-387.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/config/fpu-387.h b/libgfortran/config/fpu-387.h index b6071afa65a..7f484285192 100644 --- a/libgfortran/config/fpu-387.h +++ b/libgfortran/config/fpu-387.h @@ -221,7 +221,7 @@ get_fpu_trap_exceptions (void) __asm__ __volatile__ ("fstcw\t%0" : "=m" (cw)); mask = cw; - + if (has_sse()) { unsigned int cw_sse; |