diff options
author | Korey Sewell <ksewell@umich.edu> | 2009-09-15 01:44:48 -0400 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2009-09-15 01:44:48 -0400 |
commit | badb2382a86dacfecf2793fa9edd85fa17497d37 (patch) | |
tree | e24d402561b3d7b6609e7be68c09952dd0c60c0e /src/cpu/inorder/SConscript | |
parent | 15bb2480135d7192f895cfb8a3a945fa24472037 (diff) | |
download | gem5-badb2382a86dacfecf2793fa9edd85fa17497d37.tar.xz |
inorder-alpha-fs: edit inorder model to compile FS mode
Diffstat (limited to 'src/cpu/inorder/SConscript')
-rw-r--r-- | src/cpu/inorder/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/inorder/SConscript b/src/cpu/inorder/SConscript index 64f1b5481..82a1028c2 100644 --- a/src/cpu/inorder/SConscript +++ b/src/cpu/inorder/SConscript @@ -79,6 +79,7 @@ if 'InOrderCPU' in env['CPU_MODELS']: Source('resources/mult_div_unit.cc') Source('resource_pool.cc') Source('reg_dep_map.cc') + Source('thread_state.cc') Source('thread_context.cc') Source('cpu.cc') |