diff --git a/Source/Core/Core/PowerPC/PPCAnalyst.h b/Source/Core/Core/PowerPC/PPCAnalyst.h index 9c11fc4ff6..116a7541aa 100644 --- a/Source/Core/Core/PowerPC/PPCAnalyst.h +++ b/Source/Core/Core/PowerPC/PPCAnalyst.h @@ -126,7 +126,6 @@ struct BlockRegStats class CodeBuffer { - int size_; public: CodeBuffer(int size); ~CodeBuffer(); @@ -135,7 +134,8 @@ public: PPCAnalyst::CodeOp *codebuffer; - +private: + int size_; }; struct CodeBlock