diff options
Diffstat (limited to 'SConscript')
-rw-r--r-- | SConscript | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/SConscript b/SConscript index 589b2a17c..fc2e6ae0b 100644 --- a/SConscript +++ b/SConscript @@ -292,6 +292,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 +348,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: |