Commit f8bdb6a5 by Uros Bizjak

* config/fpu-387.h: Remove unwanted whitespace.

From-SVN: r226550
parent 9f8aa64a
...@@ -221,7 +221,7 @@ get_fpu_trap_exceptions (void) ...@@ -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;
......
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