diff --git a/sdk/lib/crt/math/amd64/fabs.S b/sdk/lib/crt/math/amd64/fabs.S index 0900acceed9..fb6db3b32e3 100644 --- a/sdk/lib/crt/math/amd64/fabs.S +++ b/sdk/lib/crt/math/amd64/fabs.S @@ -13,8 +13,14 @@ /* CODE **********************************************************************/ .code64 +#ifdef _USE_ML +/* fabs is now allowed as label name, so create _fabs instead and alias fabs to it */ PUBLIC _fabs _fabs: +#else +PUBLIC fabs +fabs: +#endif UNIMPLEMENTED fabs ret