summaryrefslogtreecommitdiff
path: root/src/arch/mips/MipsSystem.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/mips/MipsSystem.py')
-rw-r--r--src/arch/mips/MipsSystem.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/mips/MipsSystem.py b/src/arch/mips/MipsSystem.py
index 58e30f28d..7a5d8fd76 100644
--- a/src/arch/mips/MipsSystem.py
+++ b/src/arch/mips/MipsSystem.py
@@ -32,7 +32,7 @@ from m5.defines import buildEnv
from m5.params import *
from m5.proxy import *
-from System import System
+from m5.objects.System import System
class MipsSystem(System):
type = 'MipsSystem'