projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80b911a
)
sim: Fix time unit in abort message
author
Andreas Hansson
<andreas.hansson@arm.com>
Fri, 4 Sep 2015 17:13:55 +0000
(13:13 -0400)
committer
Andreas Hansson
<andreas.hansson@arm.com>
Fri, 4 Sep 2015 17:13:55 +0000
(13:13 -0400)
src/sim/init_signals.cc
patch
|
blob
|
history
diff --git
a/src/sim/init_signals.cc
b/src/sim/init_signals.cc
index 0e898954e5b04532af35b8b45d648904a83e3a17..7efbaea616e1c0fc9612328e950e5504d7df77d0 100644
(file)
--- a/
src/sim/init_signals.cc
+++ b/
src/sim/init_signals.cc
@@
-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