diff options
-rw-r--r-- | include/math-emu/soft-fp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/math-emu/soft-fp.h b/include/math-emu/soft-fp.h index a0721ef5c2f9..a6f873b45f98 100644 --- a/include/math-emu/soft-fp.h +++ b/include/math-emu/soft-fp.h | |||
@@ -98,7 +98,7 @@ | |||
98 | #endif | 98 | #endif |
99 | 99 | ||
100 | #ifndef FP_TRAPPING_EXCEPTIONS | 100 | #ifndef FP_TRAPPING_EXCEPTIONS |
101 | #define FP_TRAPPING_EXCPETIONS 0 | 101 | #define FP_TRAPPING_EXCEPTIONS 0 |
102 | #endif | 102 | #endif |
103 | 103 | ||
104 | #define FP_SET_EXCEPTION(ex) \ | 104 | #define FP_SET_EXCEPTION(ex) \ |