Index: src/x64/lithium-codegen-x64.h |
diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h |
index f3f202a277ffa1b951cf498bb47096b7853581ee..0e4f3978de3d2194cc9476e9fa86f42e8c55dd45 100644 |
--- a/src/x64/lithium-codegen-x64.h |
+++ b/src/x64/lithium-codegen-x64.h |
@@ -193,7 +193,10 @@ class LCodeGen: public LCodeGenBase { |
void CallRuntimeFromDeferred(Runtime::FunctionId id, |
int argc, |
- LInstruction* instr); |
+ LInstruction* instr, |
+ LOperand* context); |
+ |
+ void LoadContextFromDeferred(LOperand* context); |
enum RDIState { |
RDI_UNINITIALIZED, |