changeset 0a32de653c10 in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=0a32de653c10
description:
        CPU: Make the constants for StaticInst flags visible outside the class.

diffstat:

 src/cpu/static_inst.hh |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 47d9409b2b7f -r 0a32de653c10 src/cpu/static_inst.hh
--- a/src/cpu/static_inst.hh    Mon Aug 23 11:18:42 2010 -0500
+++ b/src/cpu/static_inst.hh    Mon Aug 23 09:44:19 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<NumFlags> flags;
 
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to