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
This commit is contained in:
parent
48f77af446
commit
2c2f5f86d7
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue