diff options
| author | Lioncash <mathew1800@gmail.com> | 2015-06-04 19:13:29 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2015-06-04 19:13:29 -0400 |
| commit | 6f3598eee46e246fe06e7a1236bdbc9380cdfd59 (patch) | |
| tree | da177923efe0c51c68b82371ab920b791eb56bdf | |
| parent | 293c3bae6fa9fd578d62284c74fd208ffc6250f5 (diff) | |
PPCAnalyst: Remove extra whitespace from CodeBuffer
| -rw-r--r-- | Source/Core/Core/PowerPC/PPCAnalyst.h | 4 |
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 |
