diff options
author | Nathan Binkert <binkertn@umich.edu> | 2007-02-18 09:31:25 -0800 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2007-02-18 09:31:25 -0800 |
commit | 4e7f8c088522dbf512ae02780f53cdccadb2474a (patch) | |
tree | 8e95bb8b96c76d253a52be5b9e8d8c5a03f6096b /src/base | |
parent | ee93b4831438be8ab4b21905c3eaaffa0aed4390 (diff) | |
download | gem5-4e7f8c088522dbf512ae02780f53cdccadb2474a.tar.xz |
Get rid of the stand alone ParamContext since all of the
relevant stuff has now been moved to python.
--HG--
extra : convert_revision : 608e5ffd0e2b33949a2b183117216f136cfa4484
Diffstat (limited to 'src/base')
-rw-r--r-- | src/base/traceflags.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/traceflags.py b/src/base/traceflags.py index 897bf0023..ba6aa6af8 100644 --- a/src/base/traceflags.py +++ b/src/base/traceflags.py @@ -253,7 +253,7 @@ def gen_hh(filename): print >>hhfile, ''' // The remaining enum values are *not* valid indices for Trace::flags. // They are "compound" flags, which correspond to sets of base - // flags, and are used only by TraceParamContext::setFlags(). + // flags, and are used by changeFlag. ''', for flag in compoundFlags: |