diff options
author | jmz <jmz@FreeBSD.org> | 1997-05-28 21:25:49 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1997-05-28 21:25:49 +0000 |
commit | da224a236351fb025ae0ce9c73cd06a094cd3d9f (patch) | |
tree | ff425fea90a247f1e92f65d7e3a68fbe698a8fae /sys/kern/kern_intr.c | |
parent | 9764a899d5975b7dd6451dc35844f7a0c4bfb1cd (diff) | |
download | FreeBSD-src-da224a236351fb025ae0ce9c73cd06a094cd3d9f.zip FreeBSD-src-da224a236351fb025ae0ce9c73cd06a094cd3d9f.tar.gz |
The correct way to combine 2 4bit values into a 8bit one is (a<<4) | b, not
(a<<8) || b.
The conical hat please!
Diffstat (limited to 'sys/kern/kern_intr.c')
0 files changed, 0 insertions, 0 deletions