sim: Use correct unit for abort message
authorAndreas Hansson <andreas.hansson@arm.com>
Wed, 23 Apr 2014 09:18:27 +0000 (05:18 -0400)
committerAndreas 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

index 63af2dd889b89eb4a4ff31acba919cd77b2fd435..042448e41c5749b3af07c54070b015315f24778e 100644 (file)
@@ -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