sim: Use correct unit for abort message
This patch fixes the unit in the abort printout.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user