aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--newlib/newlib/libc/machine/riscv/ieeefp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/newlib/libc/machine/riscv/ieeefp.c b/newlib/newlib/libc/machine/riscv/ieeefp.c
index 4851e6e..ffa57a5 100644
--- a/newlib/newlib/libc/machine/riscv/ieeefp.c
+++ b/newlib/newlib/libc/machine/riscv/ieeefp.c
@@ -30,7 +30,7 @@ fp_except fpgetsticky(void)
fp_except fpsetmask(fp_except mask)
{
- return 0;
+ return -1;
}
fp_rnd fpsetround(fp_rnd rnd_dir)