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 |
||
---|---|---|
.. | ||
files.lpc | ||
if_lpe.c | ||
if_lpereg.h | ||
lpc_dmac.c | ||
lpc_fb.c | ||
lpc_gpio.c | ||
lpc_intc.c | ||
lpc_machdep.c | ||
lpc_mmc.c | ||
lpc_ohci.c | ||
lpc_pll.c | ||
lpc_pwr.c | ||
lpc_rtc.c | ||
lpc_space.c | ||
lpc_spi.c | ||
lpc_timer.c | ||
lpcreg.h | ||
lpcvar.h | ||
ssd1289.c | ||
std.lpc |