diff options
author | Nathan Binkert <binkertn@umich.edu> | 2003-10-14 18:04:20 -0400 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2003-10-14 18:04:20 -0400 |
commit | f8d850195bfb57650faa519764229d85445c2274 (patch) | |
tree | 60832bad14b4066ea6b6712e4aee99787c807a67 /test/sized_test.cc | |
parent | 638a07d15a149b48c854b58e2b3f4df097aa5e2e (diff) | |
download | gem5-f8d850195bfb57650faa519764229d85445c2274.tar.xz |
try to get everything to compile correctly again
base/intmath.hh:
Don't return -1 in FloorLog2. That's wierd. Assert instead.
If you care about this, you should check for zero yourself.
Create seprate versions for uint32_t, uint64_t, int32_t, and
int64_t. signed vs unsigned so that error checking can be done
correctly. 32 vs 64 for speed.
Finally, fix a little bug in CeilLog2 that will make it return
the correct result for 1.
kern/tru64/tru64_events.cc:
fix #includes
--HG--
extra : convert_revision : c47915fc417fdc194a5561949a5366ffb266e693
Diffstat (limited to 'test/sized_test.cc')
0 files changed, 0 insertions, 0 deletions