diff options
Diffstat (limited to 'ports/sysdeps/hppa/fpu/fesetround.c')
-rw-r--r-- | ports/sysdeps/hppa/fpu/fesetround.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/hppa/fpu/fesetround.c b/ports/sysdeps/hppa/fpu/fesetround.c index 8516ff0a7a..89d68814d1 100644 --- a/ports/sysdeps/hppa/fpu/fesetround.c +++ b/ports/sysdeps/hppa/fpu/fesetround.c @@ -27,7 +27,7 @@ fesetround (int round) if (round & ~FE_DOWNWARD) /* round is not a valid rounding mode. */ return 1; - + /* Get the current status word. */ __asm__ ("fstd %%fr0,0(%1)" : "=m" (s.l) : "r" (&s.l) : "%r0"); s.sw[0] &= ~FE_DOWNWARD; |