Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libarch/alpha



Module Name:    src
Committed By:   he
Date:           Thu Mar 22 08:54:48 UTC 2012

Modified Files:
        src/lib/libarch/alpha: alpha_pci_io.c

Log Message:
Add a cast of the shift count to int32_t, so that we don't try
to do int32_t << long, since ANSI C doesn't perform "balancing"
before the shift operation according to lint.  Should not make a
difference, offset is limited to 0..3 anyway.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libarch/alpha/alpha_pci_io.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index