diff options
Diffstat (limited to 'compiler-rt/lib/floatundidf.c')
-rw-r--r-- | compiler-rt/lib/floatundidf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/floatundidf.c b/compiler-rt/lib/floatundidf.c index f019d693ba5..708d614aca4 100644 --- a/compiler-rt/lib/floatundidf.c +++ b/compiler-rt/lib/floatundidf.c @@ -98,4 +98,4 @@ __floatundidf(du_int a) fb.u.low = (su_int)a; // mantissa-low return fb.f; } -#endif
\ No newline at end of file +#endif |