sim: core: add setCurTick() function
Review Request #2135 - Created Dec. 28, 2013 and discarded - Latest diff uploaded
| Information | |
|---|---|
| Ola Jeppsson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 10004:7c8348d23222 --------------------------- sim: core: add setCurTick() function Add setCurTick() function that sets the simulation clock for the current event queue to the specified value. --- src/sim/core.hh | 3 +++ 1 file changed, 3 insertions(+) This is needed for a patch I have to make unittest:stattest work again.
