Index: src/arm/lithium-codegen-arm.h |
=================================================================== |
--- src/arm/lithium-codegen-arm.h (revision 6144) |
+++ src/arm/lithium-codegen-arm.h (working copy) |
@@ -103,6 +103,8 @@ |
HGraph* graph() const { return chunk_->graph(); } |
MacroAssembler* masm() const { return masm_; } |
+ Register scratch0() { return r9; } |
+ |
int GetNextEmittedBlock(int block); |
LInstruction* GetNextInstruction(); |