sim: Fix time unit in abort message

This commit is contained in:
Andreas Hansson 2015-09-04 13:13:55 -04:00
parent 80b911afd5
commit 8e74d5484f

View file

@ -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