fix typo in python config stuff
authorNathan Binkert <binkertn@umich.edu>
Wed, 6 Apr 2005 22:00:44 +0000 (18:00 -0400)
committerNathan Binkert <binkertn@umich.edu>
Wed, 6 Apr 2005 22:00:44 +0000 (18:00 -0400)
python/m5/config.py:
    fix typo

--HG--
extra : convert_revision : 2208453d93149ba4af140dd78c29be4c4943b397

python/m5/config.py

index 30ce340f6c33a64f79f96bbe5237e29c5d62c24a..e260c57a7798a534e612694656945dd54cd192b1 100644 (file)
@@ -1285,7 +1285,7 @@ class NullSimObject(object):
         pass
 
     def _convert(cls, value):
-        if value == Nxone:
+        if value == None:
             return
 
         if isinstance(value, cls):