Make panic work in m5.config

python/m5/config.py:
    get panic from the m5 package.

--HG--
extra : convert_revision : 0965c13086f5eef7214298227c34cd9693534555
This commit is contained in:
Nathan Binkert
2005-03-16 20:32:37 -05:00
parent 901aeb24eb
commit ab5eb7d455

View File

@@ -27,6 +27,7 @@
from __future__ import generators
import os, re, sys, types, inspect
from m5 import panic
from convert import *
noDot = False