From 9c4e4a2181a34cb8a4d238db0eaaf9ccdb9da63a Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Tue, 21 Feb 2006 22:12:27 -0500 Subject: 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 --- SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'SConscript') diff --git a/SConscript b/SConscript index 5dc2bdb32..1c13a9307 100644 --- a/SConscript +++ b/SConscript @@ -86,6 +86,7 @@ base_sources = Split(''' cpu/base.cc cpu/exec_context.cc cpu/exetrace.cc + cpu/op_class.cc cpu/pc_event.cc cpu/static_inst.cc cpu/sampler/sampler.cc -- cgit v1.2.3