diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2004-06-23 17:55:54 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2004-06-23 17:55:54 -0400 |
commit | 17bfb1540e938406548202f3f1c941857f514c33 (patch) | |
tree | 6b39561099e011efbc9f59be4048b1cca4fa96a8 /base/misc.cc | |
parent | 231fac0a2b4ed7c882c6d83c279bf2a4d2083726 (diff) | |
parent | 06d8f0af5def68e395b58636d5e7d6ca69daa51f (diff) | |
download | gem5-17bfb1540e938406548202f3f1c941857f514c33.tar.xz |
Merge zizzer:/bk/linux into zeep.eecs.umich.edu:/z/saidi/work/m5-endian
--HG--
extra : convert_revision : d4938c6011173d3017f47fd592c4b5e4c8d543a3
Diffstat (limited to 'base/misc.cc')
-rw-r--r-- | base/misc.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/base/misc.cc b/base/misc.cc index 075ed2af8..0c459352f 100644 --- a/base/misc.cc +++ b/base/misc.cc @@ -61,11 +61,6 @@ __panic(const string &format, cp::ArgList &args, const char *func, delete &args; -#if TRACING_ON - // dump trace buffer, if there is one - Trace::theLog.dump(cerr); -#endif - abort(); } |