44c01df173
shifts into the sign bit. Instead use (1U << 31) which gets the expected result. This fix is not ideal as it assumes a 32 bit int, but does fix the issue for most cases. A similar change was made in OpenBSD. Discussed with: -arch, rdivacky Reviewed by: cperciva |
||
---|---|---|
.. | ||
arch_timer.c | ||
common.c | ||
ehci_exynos5.c | ||
exynos5_machdep.c | ||
exynos5_mp.c | ||
files.exynos5 | ||
std.exynos5 | ||
uart.c | ||
uart.h |