From: Nathan Binkert Date: Wed, 6 Apr 2005 21:58:57 +0000 (-0400) Subject: formatting X-Git-Tag: m5_1.0_tutorial~65^2~4 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1ee77fb23e12e6d75b4bc7395a244e9f19c7d0db;p=gem5.git formatting --HG-- extra : convert_revision : 0b041556222c3892ee72e4d56c8acdda72bfc303 --- diff --git a/python/m5/config.py b/python/m5/config.py index e744b9ffb..30ce340f6 100644 --- 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'