From afed455e777348596db9ff9786d6dae03a956c89 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Mon, 13 Nov 2006 12:20:08 -0800 Subject: Expose debugBreakCycle through swig and get rid of the Debug param context --HG-- extra : convert_revision : 40e9dcfa9faedbe0c90a43f908f20a7c14ded6a4 --- src/python/m5/objects/Root.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/python/m5/objects/Root.py') diff --git a/src/python/m5/objects/Root.py b/src/python/m5/objects/Root.py index 8e8d87f6d..b6123f192 100644 --- a/src/python/m5/objects/Root.py +++ b/src/python/m5/objects/Root.py @@ -5,7 +5,6 @@ from Serialize import Statreset from Statistics import Statistics from Trace import Trace from ExeTrace import ExecutionTrace -from Debug import Debug class Root(SimObject): type = 'Root' @@ -22,4 +21,3 @@ class Root(SimObject): trace = Trace() exetrace = ExecutionTrace() serialize = Serialize() - debug = Debug() -- cgit v1.2.3