mirror of git://gcc.gnu.org/git/gcc.git
* config/fpu-387.h: Remove unwanted whitespace.
From-SVN: r226550
This commit is contained in:
parent
9f8aa64ac1
commit
f8bdb6a56b
|
|
@ -221,7 +221,7 @@ get_fpu_trap_exceptions (void)
|
||||||
|
|
||||||
__asm__ __volatile__ ("fstcw\t%0" : "=m" (cw));
|
__asm__ __volatile__ ("fstcw\t%0" : "=m" (cw));
|
||||||
mask = cw;
|
mask = cw;
|
||||||
|
|
||||||
if (has_sse())
|
if (has_sse())
|
||||||
{
|
{
|
||||||
unsigned int cw_sse;
|
unsigned int cw_sse;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue