summaryrefslogtreecommitdiff
path: root/util/rundiff
diff options
context:
space:
mode:
authorKevin Lim <ktlim@umich.edu>2006-06-17 22:55:00 -0400
committerKevin Lim <ktlim@umich.edu>2006-06-17 22:55:00 -0400
commit14b9cda9f62cb5c7f580b08aefbf7797d0bc8a12 (patch)
tree1b8c84ecbfd3806c73123d023d001899cd874d9e /util/rundiff
parentd5b2abab9e2e404fcc68a25eee140fca358b7600 (diff)
downloadgem5-14b9cda9f62cb5c7f580b08aefbf7797d0bc8a12.tar.xz
Minor updates.
src/cpu/o3/alpha_cpu.hh: Fix #define in header. util/rundiff: Fix file comments to be more correct. util/tracediff: Update comments to be more correct. --HG-- extra : convert_revision : a28030ce8979de3d9361191c6af23743460dc53e
Diffstat (limited to 'util/rundiff')
-rwxr-xr-xutil/rundiff2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/rundiff b/util/rundiff
index 533f448b1..c34bb53a3 100755
--- a/util/rundiff
+++ b/util/rundiff
@@ -39,7 +39,7 @@
# "filename" is a pipe (|). Thus to compare the instruction traces
# from two versions of m5 (m5a and m5b), you can do this:
#
-# rundiff 'm5a --trace:flags=InstExec |' 'm5b --trace:flags=InstExec |'
+# rundiff 'm5a --traceflags=InstExec |' 'm5b --traceflags=InstExec |'
#
use strict;