Index: src/x64/lithium-codegen-x64.cc |
=================================================================== |
--- src/x64/lithium-codegen-x64.cc (revision 6951) |
+++ src/x64/lithium-codegen-x64.cc (working copy) |
@@ -2530,6 +2530,7 @@ |
int arity = instr->arity(); |
Handle<Code> ic = StubCache::ComputeKeyedCallInitialize(arity, NOT_IN_LOOP); |
CallCode(ic, RelocInfo::CODE_TARGET, instr); |
+ __ movq(rsi, Operand(rbp, StandardFrameConstants::kContextOffset)); |
} |