| Index: src/interpreter/interpreter.cc
|
| diff --git a/src/interpreter/interpreter.cc b/src/interpreter/interpreter.cc
|
| index 48043e724ef184aa15f444e1586d78e9c1ebba8e..8aea6c8209815b77e5d2d02d07d2a8600cfe5f96 100644
|
| --- a/src/interpreter/interpreter.cc
|
| +++ b/src/interpreter/interpreter.cc
|
| @@ -1045,7 +1045,7 @@
|
| // |function_id| with the first argument in |first_arg| and |arg_count|
|
| // arguments in subsequent registers.
|
| void Interpreter::DoInvokeIntrinsic(InterpreterAssembler* assembler) {
|
| - Node* function_id = __ BytecodeOperandIntrinsicId(0);
|
| + Node* function_id = __ BytecodeOperandRuntimeId(0);
|
| Node* first_arg_reg = __ BytecodeOperandReg(1);
|
| Node* arg_count = __ BytecodeOperandCount(2);
|
| Node* context = __ GetContext();
|
|
|