summaryrefslogtreecommitdiff
path: root/util/tracediff
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/tracediff
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/tracediff')
-rwxr-xr-xutil/tracediff4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/tracediff b/util/tracediff
index f11431293..a7efc260d 100755
--- a/util/tracediff
+++ b/util/tracediff
@@ -1,5 +1,5 @@
#! /usr/bin/env perl
-# Copyright (c) 2003-2005 The Regents of The University of Michigan
+# Copyright (c) 2003-2006 The Regents of The University of Michigan
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -36,7 +36,7 @@
# If you want to pass different arguments to the two instances of m5,
# you can embed them in the simulator arguments like this:
#
-# % tracediff "m5.opt --foo.bar=1" "m5.opt --foo.bar=2" [common args]
+# % tracediff "m5.opt --option1" "m5.opt --option2" [common args]
#
if (@ARGV < 2) {