diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2005-06-22 07:26:02 -0400 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2005-06-22 07:26:02 -0400 |
commit | 2c2f5f86d7658d959ff135121b77226ebefeec66 (patch) | |
tree | 2b3f38e588b6ae1fd434dfe81cf3777f2852e52d /SConscript | |
parent | 48f77af4466a40213835a5ea77937680abe42dda (diff) | |
download | gem5-2c2f5f86d7658d959ff135121b77226ebefeec66.tar.xz |
Fix: opt_cpu and trace_cpu were already defined in syscall_emulation
when I added them to the global list...
SConscript:
Remove opt_cpu and trace_cpu from syscall_emulation_sources
to avoid double definition.
--HG--
extra : convert_revision : b10a2e648249b1d742b881aa7580f8d1b0d6fbc1
Diffstat (limited to 'SConscript')
-rw-r--r-- | SConscript | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/SConscript b/SConscript index 4d034927a..ddca8b057 100644 --- a/SConscript +++ b/SConscript @@ -322,8 +322,6 @@ syscall_emulation_sources = Split(''' arch/alpha/alpha_linux_process.cc arch/alpha/alpha_tru64_process.cc cpu/memtest/memtest.cc - cpu/trace/opt_cpu.cc - cpu/trace/trace_cpu.cc encumbered/eio/eio.cc encumbered/eio/exolex.cc encumbered/eio/libexo.cc |