projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf25c53
)
sim: Use correct unit for abort message
author
Andreas Hansson
<andreas.hansson@arm.com>
Wed, 23 Apr 2014 09:18:27 +0000
(
05:18
-0400)
committer
Andreas Hansson
<andreas.hansson@arm.com>
Wed, 23 Apr 2014 09:18:27 +0000
(
05:18
-0400)
This patch fixes the unit in the abort printout.
src/sim/init.cc
patch
|
blob
|
history
diff --git
a/src/sim/init.cc
b/src/sim/init.cc
index 63af2dd889b89eb4a4ff31acba919cd77b2fd435..042448e41c5749b3af07c54070b015315f24778e 100644
(file)
--- a/
src/sim/init.cc
+++ b/
src/sim/init.cc
@@
-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