X86: Define a noop ExtMachInst.
[gem5.git] / src / arch / mips / BISystem.py
index dd4e4fe2595ae39f6e2733725afaef9d09b3a2dc..a6e4091f25372c8cb37e0a48418afb63543241a3 100755 (executable)
 #
 # Authors: Jaidev Patwardhan
 
-from m5 import build_env
+from m5.defines import buildEnv
+
 from System import *
 
-if build_env['FULL_SYSTEM']:
+if buildEnv['FULL_SYSTEM']:
     class BareIronMipsSystem(MipsSystem):
         type = 'BareIronMipsSystem'
         system_type = 34