RISC-V: Fix wrong including file in s_isinf.c

This commit is contained in:
Kito Cheng 2020-10-28 23:41:27 +08:00 committed by Corinna Vinschen
parent 0020d2dd7c
commit ff2c8fcfc7
1 changed files with 1 additions and 1 deletions

View File

@ -48,5 +48,5 @@ isinf (double x)
return (fclass & FCLASS_INF); return (fclass & FCLASS_INF);
} }
#else #else
#include "../../common/sf_isinf.c" #include "../../common/s_isinf.c"
#endif #endif