projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48f77af
)
Fix: opt_cpu and trace_cpu were already defined in syscall_emulation
author
Steve Reinhardt
<stever@eecs.umich.edu>
Wed, 22 Jun 2005 11:26:02 +0000
(07:26 -0400)
committer
Steve Reinhardt
<stever@eecs.umich.edu>
Wed, 22 Jun 2005 11:26:02 +0000
(07:26 -0400)
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
SConscript
patch
|
blob
|
history
diff --git
a/SConscript
b/SConscript
index 4d034927a791ffbb4dc05c076398e6bf926694a3..ddca8b057fee88d25bc1899a0864f93851479221 100644
(file)
--- 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