CPU: The API change to EventWrapper did not get propagated to the entirety of Timing...
authorClint Smullen <cws3k@cs.virginia.edu>
Mon, 27 Oct 2008 22:18:04 +0000 (18:18 -0400)
committerClint Smullen <cws3k@cs.virginia.edu>
Mon, 27 Oct 2008 22:18:04 +0000 (18:18 -0400)
commit95af120e601671e6819ca97b78a1879d4ab0d853
treef435a1dcfe541e7267c41fcd1bf33619eef9a3fa
parentcfa32d8de737847f04bfa6e5e89375c870c3869b
CPU: The  API change to EventWrapper did not get propagated to the entirety of TimingSimpleCPU.
The constructor no-longer schedules an event at construction and the implict conversion between int and bool was allowing the old code to compile without warning.

Signed-off By: Ali Saidi
src/cpu/simple/timing.cc
src/cpu/simple/timing.hh