diff options
author | Kevin Lim <ktlim@umich.edu> | 2006-06-17 22:55:00 -0400 |
---|---|---|
committer | Kevin Lim <ktlim@umich.edu> | 2006-06-17 22:55:00 -0400 |
commit | 14b9cda9f62cb5c7f580b08aefbf7797d0bc8a12 (patch) | |
tree | 1b8c84ecbfd3806c73123d023d001899cd874d9e /util/rundiff | |
parent | d5b2abab9e2e404fcc68a25eee140fca358b7600 (diff) | |
download | gem5-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-x | util/rundiff | 2 |
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; |