Index: src/ppc/lithium-codegen-ppc.h |
diff --git a/src/ppc/lithium-codegen-ppc.h b/src/ppc/lithium-codegen-ppc.h |
index d48ee05ba85b054b841c7291317259ab07cfa6df..b1d7b00e0567701a4d70fcb790150ca7a119d4e5 100644 |
--- a/src/ppc/lithium-codegen-ppc.h |
+++ b/src/ppc/lithium-codegen-ppc.h |
@@ -137,7 +137,7 @@ class LCodeGen : public LCodeGenBase { |
Scope* scope() const { return scope_; } |
- Register scratch0() { return r11; } |
+ Register scratch0() { return kLithiumScratch; } |
DoubleRegister double_scratch0() { return kScratchDoubleReg; } |
LInstruction* GetNextInstruction(); |