about summary refs log tree commit diff
path: root/soft-fp/getf2.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/getf2.c')
-rw-r--r--soft-fp/getf2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/soft-fp/getf2.c b/soft-fp/getf2.c
index 705d48b905..d9cb26de07 100644
--- a/soft-fp/getf2.c
+++ b/soft-fp/getf2.c
@@ -37,6 +37,7 @@ CMPtype __getf2(TFtype a, TFtype b)
   FP_DECL_Q(A); FP_DECL_Q(B);
   CMPtype r;
 
+  FP_INIT_EXCEPTIONS;
   FP_UNPACK_RAW_Q(A, a);
   FP_UNPACK_RAW_Q(B, b);
   FP_CMP_Q(r, A, B, -2);