diff options
author | Nathan Binkert <binkertn@umich.edu> | 2003-10-31 18:27:17 -0500 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2003-10-31 18:27:17 -0500 |
commit | 5341e1aa9e3562d5217f3db87ca77238bf63f93e (patch) | |
tree | b161a2c80994b44fe28ea0184b1cf73837288fcc /test/initest.cc | |
parent | 8835aae3e3a4a4830b8cb03a7eefaa429ff63173 (diff) | |
download | gem5-5341e1aa9e3562d5217f3db87ca77238bf63f93e.tar.xz |
Make the to_number function work better.
base/str.cc:
Make some fixes for the to_number function.
Fix overflow calculation for maximum decimal value.
(Note: minimum decimal value for signed numbers does not
work correctly, e.g. it will overflow on -128 for a signed char
though -127 will work)
Fix overflow calculation for hex values being converted into
signed types
Fix up the debugging stuff a little to make sure the values are
always printed as numbers.
test/strnumtest.cc:
using namespace std for g++ 3
--HG--
extra : convert_revision : b00bb1296c85c3d64d8864283c9374e1563bfa31
Diffstat (limited to 'test/initest.cc')
0 files changed, 0 insertions, 0 deletions