diff options
author | Andreas Sandberg <Andreas.Sandberg@arm.com> | 2012-11-02 11:32:01 -0500 |
---|---|---|
committer | Andreas Sandberg <Andreas.Sandberg@arm.com> | 2012-11-02 11:32:01 -0500 |
commit | eb703a4b4e167e4d45f92203a1e0849f19cdba6d (patch) | |
tree | 390ab4209a18921923aa1e51c3f93398db74f3ef /src/cpu/o3/SConscript | |
parent | ebe65a394bdb6b23d99fa01bcea105065a648991 (diff) | |
download | gem5-eb703a4b4e167e4d45f92203a1e0849f19cdba6d.tar.xz |
cpu: O3 add a header declaring the DerivO3CPU
SWIG needs a complete declaration of all wrapped objects. This patch
adds a header file with the DerivO3CPU class and includes it in the
SWIG interface.
--HG--
rename : src/cpu/o3/cpu_builder.cc => src/cpu/o3/deriv.cc
Diffstat (limited to 'src/cpu/o3/SConscript')
-rwxr-xr-x | src/cpu/o3/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/o3/SConscript b/src/cpu/o3/SConscript index 5e8e2ea66..e97f4527b 100755 --- a/src/cpu/o3/SConscript +++ b/src/cpu/o3/SConscript @@ -46,7 +46,7 @@ if 'O3CPU' in env['CPU_MODELS']: Source('bpred_unit.cc') Source('commit.cc') Source('cpu.cc') - Source('cpu_builder.cc') + Source('deriv.cc') Source('decode.cc') Source('dyn_inst.cc') Source('fetch.cc') |