diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2006-02-21 22:12:27 -0500 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2006-02-21 22:12:27 -0500 |
commit | 9c4e4a2181a34cb8a4d238db0eaaf9ccdb9da63a (patch) | |
tree | 40b7f50adbc5f759dcdff42cc61928059f320633 /SConscript | |
parent | 1fff9f504f0655a5fe87d2fc1962fbb15d8a1a8f (diff) | |
download | gem5-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 'SConscript')
-rw-r--r-- | SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
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 |