Fix: opt_cpu and trace_cpu were already defined in syscall_emulation
authorSteve Reinhardt <stever@eecs.umich.edu>
Wed, 22 Jun 2005 11:26:02 +0000 (07:26 -0400)
committerSteve Reinhardt <stever@eecs.umich.edu>
Wed, 22 Jun 2005 11:26:02 +0000 (07:26 -0400)
commit2c2f5f86d7658d959ff135121b77226ebefeec66
tree2b3f38e588b6ae1fd434dfe81cf3777f2852e52d
parent48f77af4466a40213835a5ea77937680abe42dda
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
SConscript