From b187e7c9cc025dbd5bc525de3ef9352219007f72 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 23 Aug 2010 09:44:19 -0700 Subject: CPU: Make the constants for StaticInst flags visible outside the class. --- src/cpu/static_inst.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/cpu/static_inst.hh b/src/cpu/static_inst.hh index fdec09756..fa4205836 100644 --- a/src/cpu/static_inst.hh +++ b/src/cpu/static_inst.hh @@ -104,7 +104,7 @@ isRomMicroPC(MicroPC upc) */ class StaticInstBase : public RefCounted { - protected: + public: /// Set of boolean static instruction properties. /// @@ -185,6 +185,8 @@ class StaticInstBase : public RefCounted NumFlags }; + protected: + /// Flag values for this instruction. std::bitset flags; -- cgit v1.2.3