sim: Use correct unit for abort message
This patch fixes the unit in the abort printout.
This commit is contained in:
parent
bf25c53a7d
commit
6cd82c1116
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ exitNowHandler(int sigtype)
|
|||
void
|
||||
abortHandler(int sigtype)
|
||||
{
|
||||
ccprintf(cerr, "Program aborted at cycle %d\n", curTick());
|
||||
ccprintf(cerr, "Program aborted at tick %d\n", curTick());
|
||||
}
|
||||
|
||||
// Handle SIGIO
|
||||
|
|
Loading…
Reference in a new issue