Index: src/interpreter/interpreter-assembler.cc |
diff --git a/src/interpreter/interpreter-assembler.cc b/src/interpreter/interpreter-assembler.cc |
index 5d9929e3ae49e2f0f6d8586d3a38a1cf27007227..01e62e8a1c432a8737a823f080cf67e5c94e723d 100644 |
--- a/src/interpreter/interpreter-assembler.cc |
+++ b/src/interpreter/interpreter-assembler.cc |
@@ -305,8 +305,6 @@ Node* InterpreterAssembler::LoadTypeFeedbackVector() { |
void InterpreterAssembler::CallPrologue() { |
StoreRegister(SmiTag(BytecodeOffset()), |
InterpreterFrameConstants::kBytecodeOffsetFromRegisterPointer); |
- StoreRegister(BytecodeArrayTaggedPointer(), |
- InterpreterFrameConstants::kBytecodeArrayFromRegisterPointer); |
if (FLAG_debug_code && !disable_stack_check_across_call_) { |
DCHECK(stack_pointer_before_call_ == nullptr); |