summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/lldiv.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-12-07 09:57:51 +0000
committerpeter <peter@FreeBSD.org>2003-12-07 09:57:51 +0000
commite28e232dff09a162e5f45df2b2979944ddb8f88c (patch)
treed2b6fc880b56d6a7799cafdfda4f9c7450712041 /lib/libc/stdlib/lldiv.c
parente48e0e186a7b5f0a1bfa2d7d318bf1918b53ce59 (diff)
downloadFreeBSD-src-e28e232dff09a162e5f45df2b2979944ddb8f88c.zip
FreeBSD-src-e28e232dff09a162e5f45df2b2979944ddb8f88c.tar.gz
rqb_bits[] may be an int64_t (eg: on alpha, and recently on amd64).
Be sure to shift (long)1 << 33 and higher, not (int)1. Otherwise bad things happen(TM). This is why beast.freebsd.org paniced with ULE. Reviewed by: jeff
Diffstat (limited to 'lib/libc/stdlib/lldiv.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud