summaryrefslogtreecommitdiff
path: root/cpu/static_inst.cc
diff options
context:
space:
mode:
authorSteve Reinhardt <stever@eecs.umich.edu>2005-06-01 21:59:27 -0400
committerSteve Reinhardt <stever@eecs.umich.edu>2005-06-01 21:59:27 -0400
commit62fa781fee9ae93432e81902d73a35a83dbde642 (patch)
tree9cf01f352ac2bf102f1a64325c51be3132a77418 /cpu/static_inst.cc
parent8031cd93b53cd3fe17a5a5f21e8e8bd833398e97 (diff)
downloadgem5-62fa781fee9ae93432e81902d73a35a83dbde642.tar.xz
Rename sim/universe.{cc,hh} to root.{cc,hh} (since the
object defined there was renamed Root long ago). SConscript: arch/alpha/alpha_linux_process.cc: arch/alpha/alpha_tru64_process.cc: base/misc.cc: base/pollevent.cc: base/pollevent.hh: base/stats/events.cc: base/trace.hh: cpu/beta_cpu/fetch_impl.hh: cpu/beta_cpu/full_cpu.cc: cpu/beta_cpu/inst_queue_impl.hh: cpu/pc_event.cc: cpu/static_inst.cc: dev/etherbus.cc: dev/etherdump.cc: dev/etherlink.cc: dev/ide_disk.cc: dev/pcidev.cc: sim/builder.cc: sim/eventq.cc: sim/main.cc: sim/root.cc: sim/stat_control.cc: Rename sim/universe.{cc,hh} to root.{cc,hh}. --HG-- rename : sim/universe.cc => sim/root.cc extra : convert_revision : b8699e81e285253d66da75412e7bb2c251c0389a
Diffstat (limited to 'cpu/static_inst.cc')
-rw-r--r--cpu/static_inst.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/static_inst.cc b/cpu/static_inst.cc
index d522dbf5a..4a2c81d5e 100644
--- a/cpu/static_inst.cc
+++ b/cpu/static_inst.cc
@@ -28,7 +28,7 @@
#include <iostream>
#include "cpu/static_inst.hh"
-#include "sim/universe.hh"
+#include "sim/root.hh"
template <class ISA>
StaticInstPtr<ISA> StaticInst<ISA>::nullStaticInstPtr;