sim: Fix time unit in abort message
This commit is contained in:
parent
80b911afd5
commit
8e74d5484f
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ exitNowHandler(int sigtype)
|
|||
void
|
||||
abortHandler(int sigtype)
|
||||
{
|
||||
ccprintf(cerr, "Program aborted at cycle %d\n", curTick());
|
||||
ccprintf(cerr, "Program aborted at tick %llu\n", curTick());
|
||||
}
|
||||
|
||||
// Handle SIGIO
|
||||
|
|
Loading…
Reference in a new issue