summaryrefslogtreecommitdiff
path: root/src/cpu/static_inst.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/static_inst.hh')
-rw-r--r--src/cpu/static_inst.hh4
1 files changed, 3 insertions, 1 deletions
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<NumFlags> flags;