formatting

--HG--
extra : convert_revision : 0b041556222c3892ee72e4d56c8acdda72bfc303
This commit is contained in:
Nathan Binkert 2005-04-06 17:58:57 -04:00
parent 060bb32f27
commit 1ee77fb23e

View file

@ -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'