Fix the python panic message
sim/pyconfig/m5config.py: Fix panic --HG-- extra : convert_revision : 56d93398e992ed6e95380f6dcdb61cbee54b3893
This commit is contained in:
parent
af33e74638
commit
b78b634107
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ except:
|
|||
env = {}
|
||||
env.update(os.environ)
|
||||
|
||||
def panic(*args, **kwargs):
|
||||
def panic(string):
|
||||
print >>sys.stderr, 'panic:', string
|
||||
sys.exit(1)
|
||||
|
||||
|
|
Loading…
Reference in a new issue