diff --git a/lib/std/math/math_nolibc/__fmod.c3 b/lib/std/math/math_nolibc/__fmod.c3 index 7e23e4c16..150b74824 100644 --- a/lib/std/math/math_nolibc/__fmod.c3 +++ b/lib/std/math/math_nolibc/__fmod.c3 @@ -115,7 +115,7 @@ fn float fmodf(float x, float y) @extern("fmodf") @weak @nostrip } else { - uy.i &= (ulong)-1 >> 9; + uy.i &= (uint)-1 >> 9; uy.i |= 1U << 23; }