summaryrefslogtreecommitdiff
path: root/src/python/m5/main.py
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2009-01-19 14:43:09 -0800
committerNathan Binkert <nate@binkert.org>2009-01-19 14:43:09 -0800
commit81b8c0c79a0ed55f2d81fc66bf7e4667f708c1de (patch)
tree4a8cbc7119377f5f17381f21b00a5cabc2a4c3de /src/python/m5/main.py
parentda14789c32e14c62cdb0e11957607955e2a19c8a (diff)
downloadgem5-81b8c0c79a0ed55f2d81fc66bf7e4667f708c1de.tar.xz
python: add fatal() function to the m5 package and use it
Diffstat (limited to 'src/python/m5/main.py')
-rw-r--r--src/python/m5/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/m5/main.py b/src/python/m5/main.py
index 19ceaf10d..38adac632 100644
--- a/src/python/m5/main.py
+++ b/src/python/m5/main.py
@@ -147,7 +147,7 @@ def main():
if defines.TRACING_ON:
return
- panic("Tracing is not enabled. Compile with TRACING_ON")
+ fatal("Tracing is not enabled. Compile with TRACING_ON")
# load the options.py config file to allow people to set their own
# default options