diff -r 405f840c4ae1 -r 8e7f374ae56a src/cpu/static_inst.hh --- a/src/cpu/static_inst.hh Sun Aug 22 18:24:09 2010 -0700 +++ b/src/cpu/static_inst.hh Sun Aug 22 18:24:25 2010 -0700 @@ -104,7 +104,7 @@ */ class StaticInstBase : public RefCounted { - protected: + public: /// Set of boolean static instruction properties. /// @@ -185,6 +185,8 @@ NumFlags }; + protected: + /// Flag values for this instruction. std::bitset flags;