fix typo in python config stuff
python/m5/config.py:
fix typo
--HG--
extra : convert_revision : 2208453d93149ba4af140dd78c29be4c4943b397
This commit is contained in:
@@ -1285,7 +1285,7 @@ class NullSimObject(object):
|
||||
pass
|
||||
|
||||
def _convert(cls, value):
|
||||
if value == Nxone:
|
||||
if value == None:
|
||||
return
|
||||
|
||||
if isinstance(value, cls):
|
||||
|
||||
Reference in New Issue
Block a user