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