mem-cache: Add print function to ReplaceableEntry
[gem5.git] / util / checkpoint-tester.py
index d5d8004a29b20c3d4fb048d2b1b1069bc4ec4068..e7bd45e24a6cc8654a930e185c83afe6700b1512 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python2.7
 
 # Copyright (c) 2010 Advanced Micro Devices, Inc.
 # All rights reserved.
@@ -109,7 +109,7 @@ for dir in dirs:
         cpts.append(int(match.group(1)))
 
 cpts.sort()
-        
+
 # We test by loading checkpoint N, simulating to (and dumping at)
 # checkpoint N+1, then comparing the resulting checkpoint with the
 # original checkpoint N+1.  Thus the number of tests we can run is one
@@ -132,4 +132,4 @@ for i in range(1, len(cpts)):
     print diffout.read(),
     diffout.close()
 
-        
+