summaryrefslogtreecommitdiff
path: root/cpu/static_inst.hh
diff options
context:
space:
mode:
authorSteve Reinhardt <stever@eecs.umich.edu>2006-02-21 22:12:27 -0500
committerSteve Reinhardt <stever@eecs.umich.edu>2006-02-21 22:12:27 -0500
commit9c4e4a2181a34cb8a4d238db0eaaf9ccdb9da63a (patch)
tree40b7f50adbc5f759dcdff42cc61928059f320633 /cpu/static_inst.hh
parent1fff9f504f0655a5fe87d2fc1962fbb15d8a1a8f (diff)
downloadgem5-9c4e4a2181a34cb8a4d238db0eaaf9ccdb9da63a.tar.xz
Move op_class.hh out of encumbered/cpu/full and into cpu.
Pull opClassStrings array out of encumbered/cpu/full/fu_pool.cc and move to new cpu/op_class.cc file. SConscript: Add new cpu-model-independent file to define OpClass enum strings. cpu/op_class.hh: Fix comments etc. cpu/static_inst.hh: op_class.hh moved to cpu directory --HG-- rename : encumbered/cpu/full/op_class.hh => cpu/op_class.hh extra : convert_revision : 314ac5ab7cc5c6a34b43dc1c2f2adc3e02f6d07f
Diffstat (limited to 'cpu/static_inst.hh')
-rw-r--r--cpu/static_inst.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/static_inst.hh b/cpu/static_inst.hh
index 85cfb5ae7..09eb7efbf 100644
--- a/cpu/static_inst.hh
+++ b/cpu/static_inst.hh
@@ -34,7 +34,7 @@
#include "base/hashmap.hh"
#include "base/refcnt.hh"
-#include "encumbered/cpu/full/op_class.hh"
+#include "cpu/op_class.hh"
#include "sim/host.hh"
#include "targetarch/isa_traits.hh"