projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20f1da8
)
stats: remove a few compat leftovers
author
Nathan Binkert
<nate@binkert.org>
Mon, 11 May 2009 18:18:09 +0000
(11:18 -0700)
committer
Nathan Binkert
<nate@binkert.org>
Mon, 11 May 2009 18:18:09 +0000
(11:18 -0700)
src/base/stats/info.hh
patch
|
blob
|
history
diff --git
a/src/base/stats/info.hh
b/src/base/stats/info.hh
index 3be15f667bc7abd9199fe885731d651349207da7..e56445f94cbdf2d3f89c16774df2e2da4ee692a3 100644
(file)
--- a/
src/base/stats/info.hh
+++ b/
src/base/stats/info.hh
@@
-57,11
+57,9
@@
const FlagsType dist = 0x0080;
const FlagsType nozero = 0x0100;
/** Don't print if this is NAN */
const FlagsType nonan = 0x0200;
-/** Used for SS compatability. */
-const FlagsType __substat = 0x8000;
/** Mask of flags that can't be set directly */
-const FlagsType __reserved = init | print
| __substat
;
+const FlagsType __reserved = init | print;
struct StorageParams
{