| Index: src/arm/lithium-codegen-arm.h
|
| diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h
|
| index e923c8c6af8f5e060427047ce0e543d8fe91d8aa..8253c17638f7e8b7c594d6bd92119568914ce3f4 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 d0; }
|
|
|
| int GetNextEmittedBlock(int block);
|
| LInstruction* GetNextInstruction();
|
|
|