| Index: test/cctest/interpreter/bytecode_expectations/CallLookupSlot.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/CallLookupSlot.golden b/test/cctest/interpreter/bytecode_expectations/CallLookupSlot.golden
|
| index b238d95954f485a4c5fe6b4b5b92dd94b49d4758..77cadb9c3e9439a06ed4ed0a04c365941abe3b6b 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/CallLookupSlot.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/CallLookupSlot.golden
|
| @@ -40,11 +40,11 @@ bytecodes: [
|
| B(Mov), R(closure), R(6),
|
| B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6),
|
| B(Star), R(1),
|
| - /* 52 E> */ B(Call), R(1), R(2), U8(2), U8(0),
|
| + /* 52 E> */ B(Call), R(1), R(2), U8(2), U8(2),
|
| /* 62 S> */ B(LdaConstant), U8(1),
|
| B(Star), R(3),
|
| B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlotForCall), R(3), U8(1), R(1),
|
| - /* 69 E> */ B(Call), R(1), R(2), U8(1), U8(4),
|
| + /* 69 E> */ B(Call), R(1), R(2), U8(1), U8(6),
|
| /* 74 S> */ B(Return),
|
| ]
|
| constant pool: [
|
|
|