projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3544a1
)
fix typo in python config stuff
author
Nathan Binkert
<binkertn@umich.edu>
Wed, 6 Apr 2005 22:00:44 +0000
(18:00 -0400)
committer
Nathan 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
patch
|
blob
|
history
diff --git
a/python/m5/config.py
b/python/m5/config.py
index 30ce340f6c33a64f79f96bbe5237e29c5d62c24a..e260c57a7798a534e612694656945dd54cd192b1 100644
(file)
--- a/
python/m5/config.py
+++ b/
python/m5/config.py
@@
-1285,7
+1285,7
@@
class NullSimObject(object):
pass
def _convert(cls, value):
- if value == N
x
one:
+ if value == None:
return
if isinstance(value, cls):