summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/Core/PowerPC/PPCAnalyst.h4
1 files changed, 2 insertions, 2 deletions
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