Chromium Code Reviews| Index: src/arm/lithium-codegen-arm.h |
| =================================================================== |
| --- src/arm/lithium-codegen-arm.h (revision 8362) |
| +++ src/arm/lithium-codegen-arm.h (working copy) |
| @@ -148,7 +148,7 @@ |
| HGraph* graph() const { return chunk_->graph(); } |
| Register scratch0() { return r9; } |
| - DwVfpRegister double_scratch0() { return d0; } |
| + DwVfpRegister double_scratch0() { return d15; } |
| int GetNextEmittedBlock(int block); |
| LInstruction* GetNextInstruction(); |