summaryrefslogtreecommitdiff
path: root/sim/system.cc
diff options
context:
space:
mode:
authorRon Dreslinski <rdreslin@umich.edu>2004-11-17 09:54:38 -0500
committerRon Dreslinski <rdreslin@umich.edu>2004-11-17 09:54:38 -0500
commitf9ff53241f607e87d903f0d6b956db8d4cfab14b (patch)
treea2122d7583153e3bbcc47435cbd5319ef9189d0f /sim/system.cc
parentec636ed43f3bb96b5413214948372661519e296c (diff)
parent7da367d5ddba0cd72fbd351de3479c90b9e91b8c (diff)
downloadgem5-f9ff53241f607e87d903f0d6b956db8d4cfab14b.tar.xz
Merge zizzer:/z/m5/Bitkeeper/m5
into zazzer.eecs.umich.edu:/z/rdreslin/m5bk/clean --HG-- extra : convert_revision : a64b84993c8852b19b1572c6913bf3dc6f6fc249
Diffstat (limited to 'sim/system.cc')
-rw-r--r--sim/system.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/system.cc b/sim/system.cc
index 1b1a145c6..c6a65f9d9 100644
--- a/sim/system.cc
+++ b/sim/system.cc
@@ -44,8 +44,6 @@ vector<System *> System::systemList;
int System::numSystemsRunning = 0;
-extern SymbolTable *debugSymbolTable;
-
System::System(Params *p)
: SimObject(p->name), memctrl(p->memctrl), physmem(p->physmem),
init_param(p->init_param), params(p)