Index: src/arm/lithium-codegen-arm.h |
diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h |
index 921285b0d228c8d023038e2422e9772d735135b3..2c4b67aceddbd2a611c759d947a425b00bf730df 100644 |
--- a/src/arm/lithium-codegen-arm.h |
+++ b/src/arm/lithium-codegen-arm.h |
@@ -180,7 +180,7 @@ class LCodeGen BASE_EMBEDDED { |
HGraph* graph() const { return chunk_->graph(); } |
Register scratch0() { return r9; } |
- DwVfpRegister double_scratch0() { return kScratchDoubleReg; } |
+ DwVfpRegister double_scratch0() { return DwVfpRegister::ScratchReg(); } |
int GetNextEmittedBlock(int block); |
LInstruction* GetNextInstruction(); |