diff options
Diffstat (limited to 'test/math/libm-test.inc')
-rw-r--r-- | test/math/libm-test.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/math/libm-test.inc b/test/math/libm-test.inc index c0cb6be52..be6312930 100644 --- a/test/math/libm-test.inc +++ b/test/math/libm-test.inc @@ -310,7 +310,7 @@ fpstack_test (const char *test_name) static int old_stack; int sw; - asm ("fnstsw" : "=a" (sw)); + __asm__ ("fnstsw" : "=a" (sw)); sw >>= 11; sw &= 7; |