changeset 278d0e37eba2 in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=278d0e37eba2
description:
        stats: remove a few compat leftovers

diffstat:

1 file changed, 1 insertion(+), 3 deletions(-)
src/base/stats/info.hh |    4 +---

diffs (16 lines):

diff -r 59006a759508 -r 278d0e37eba2 src/base/stats/info.hh
--- a/src/base/stats/info.hh    Mon May 11 11:18:09 2009 -0700
+++ b/src/base/stats/info.hh    Mon May 11 11:18:09 2009 -0700
@@ -57,11 +57,9 @@
 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
 {
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to