base: Fix error message time unit (cycle -> tick)
This patch fixes the unit used in all error messages.
This commit is contained in:
parent
83d09ee215
commit
5093e58dc2
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ __exit_message(const char *prefix, int code,
|
||||||
format += "\n";
|
format += "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
format += " @ cycle %d\n[%s:%s, line %d]\n";
|
format += " @ tick %d\n[%s:%s, line %d]\n";
|
||||||
format += "Memory Usage: %ld KBytes\n";
|
format += "Memory Usage: %ld KBytes\n";
|
||||||
|
|
||||||
args.push_back(curTick());
|
args.push_back(curTick());
|
||||||
|
|
Loading…
Reference in a new issue