base: Fix error message time unit (cycle -> tick)

This patch fixes the unit used in all error messages.
This commit is contained in:
Andreas Hansson 2014-03-23 11:11:32 -04:00
parent 83d09ee215
commit 5093e58dc2

View file

@ -69,7 +69,7 @@ __exit_message(const char *prefix, int code,
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";
args.push_back(curTick());