diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2009-01-30 20:04:17 -0500 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2009-01-30 20:04:17 -0500 |
commit | e7293dd24eb15ce568ffbb2f6aa8ae60f88472b1 (patch) | |
tree | 422a136fb93c2b2e31ef2b5a44981578da2f290a /src/sim/simulate.cc | |
parent | f4291aac256622546a5a51dce109599007f5b3cb (diff) | |
download | gem5-e7293dd24eb15ce568ffbb2f6aa8ae60f88472b1.tar.xz |
Errors: Use the correct panic/warn/fatal/info message in some places.
Diffstat (limited to 'src/sim/simulate.cc')
-rw-r--r-- | src/sim/simulate.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sim/simulate.cc b/src/sim/simulate.cc index 9af873f90..1ac2c80df 100644 --- a/src/sim/simulate.cc +++ b/src/sim/simulate.cc @@ -84,7 +84,7 @@ simulate(Tick num_cycles) if (se_event != limit_event) { assert(limit_event->scheduled()); limit_event->squash(); - warn_once("be nice to actually delete the event here"); + hack_once("be nice to actually delete the event here"); } return se_event; |