projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
060bb32
)
formatting
author
Nathan Binkert
<binkertn@umich.edu>
Wed, 6 Apr 2005 21:58:57 +0000
(17:58 -0400)
committer
Nathan Binkert
<binkertn@umich.edu>
Wed, 6 Apr 2005 21:58:57 +0000
(17:58 -0400)
--HG--
extra : convert_revision :
0b041556222c3892ee72e4d56c8acdda72bfc303
python/m5/config.py
patch
|
blob
|
history
diff --git
a/python/m5/config.py
b/python/m5/config.py
index e744b9ffb51edd0b12029120621624dee3b77bdc..30ce340f6c33a64f79f96bbe5237e29c5d62c24a 100644
(file)
--- a/
python/m5/config.py
+++ b/
python/m5/config.py
@@
-1145,7
+1145,7
@@
class Tick(CheckedInt): cppname = 'Tick'; size = 64; unsigned = True
class TcpPort(CheckedInt): cppname = 'uint16_t'; size = 16; unsigned = True
class UdpPort(CheckedInt): cppname = 'uint16_t'; size = 16; unsigned = True
-class Percent(CheckedInt): cppname = 'int'; min = 0; max = 100
+class Percent(CheckedInt):
cppname = 'int'; min = 0; max = 100
class MemorySize(CheckedInt):
cppname = 'uint64_t'