| Index: src/arm/lithium-codegen-arm.h
|
| diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h
|
| index ead84890346403d48e5170c35fec8fea93339a3a..b56f159da60f485bdb7766dc279ac7600616b147 100644
|
| --- a/src/arm/lithium-codegen-arm.h
|
| +++ b/src/arm/lithium-codegen-arm.h
|
| @@ -148,7 +148,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();
|
|
|