X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=SConscript;h=360f91b3a507da8469e082f9299ac0d89bfabd26;hb=71bf22165acb4a330a98e183f96188daf49d078f;hp=589b2a17c105e34e5615441a6015ad5f040dea4d;hpb=ecfe2cc91f036631f8e81f376927ce75b6d75085;p=gem5.git diff --git a/SConscript b/SConscript index 589b2a17c..360f91b3a 100644 --- a/SConscript +++ b/SConscript @@ -209,6 +209,7 @@ base_sources = Split(''' sim/configfile.cc sim/debug.cc sim/eventq.cc + sim/faults.cc sim/main.cc sim/param.cc sim/profile.cc @@ -292,6 +293,7 @@ full_system_sources = Split(''' mem/functional/physical.cc sim/system.cc + sim/pseudo_inst.cc ''') # These are now included by the architecture specific SConscript @@ -347,16 +349,16 @@ targetarch_files = Split(''' ecoff_machdep.h ev5.hh faults.hh - isa_fullsys_traits.hh - isa_traits.hh - pseudo_inst.hh stacktrace.hh - vptr.hh vtophys.hh ''') +# pseudo_inst.hh +# isa_traits.hh # osfpal.hh # byte_swap.hh # alpha_common_syscall_emul.hh +# vptr.hh +# isa_fullsys_traits.hh # Set up bridging headers to the architecture specific versions for f in targetarch_files: