projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f24da3
)
CPU: Make the constants for StaticInst flags visible outside the class.
author
Gabe Black
<gblack@eecs.umich.edu>
Mon, 23 Aug 2010 16:44:19 +0000
(09:44 -0700)
committer
Gabe Black
<gblack@eecs.umich.edu>
Mon, 23 Aug 2010 16:44:19 +0000
(09:44 -0700)
src/cpu/static_inst.hh
patch
|
blob
|
history
diff --git
a/src/cpu/static_inst.hh
b/src/cpu/static_inst.hh
index fdec097560bca9f1c478f6aa2a1e18839c938e63..fa42058364e8ac376254d3d88fb3ee168cd9b827 100644
(file)
--- a/
src/cpu/static_inst.hh
+++ b/
src/cpu/static_inst.hh
@@
-104,7
+104,7
@@
isRomMicroPC(MicroPC upc)
*/
class StaticInstBase : public RefCounted
{
- p
rotected
:
+ p
ublic
:
/// 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;