cpu: Apply the ARM TLB rework to the O3 checker CPU.
[gem5.git] / src / unittest / genini.py
index f10ad6874f31602c891170b5bd8830560f0d75ae..ea2763a340087a5c12a4d9aca6dfa7d68f920b58 100755 (executable)
@@ -70,7 +70,7 @@ for path in pathlist:
 for arg in args:
     m5execfile(arg, globals())
 
-if globals().has_key('root') and isinstance(root, Root):
+if 'root' in globals() and isinstance(root, Root):
     instantiate(root)
 else:
     print("Instantiation skipped: no root object found.")