projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
901aeb2
)
Make panic work in m5.config
author
Nathan Binkert
<binkertn@umich.edu>
Thu, 17 Mar 2005 01:32:37 +0000
(20:32 -0500)
committer
Nathan Binkert
<binkertn@umich.edu>
Thu, 17 Mar 2005 01:32:37 +0000
(20:32 -0500)
python/m5/config.py:
get panic from the m5 package.
--HG--
extra : convert_revision :
0965c13086f5eef7214298227c34cd9693534555
python/m5/config.py
patch
|
blob
|
history
diff --git
a/python/m5/config.py
b/python/m5/config.py
index e6ad5a0ba5a1edb60b55c8283642b4bf1c32d438..5da3da19d0cd4a3d42b01d5c379c913132e916aa 100644
(file)
--- a/
python/m5/config.py
+++ b/
python/m5/config.py
@@
-27,6
+27,7
@@
from __future__ import generators
import os, re, sys, types, inspect
+from m5 import panic
from convert import *
noDot = False