| Index: test/cctest/interpreter/bytecode_expectations/Eval.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/Eval.golden b/test/cctest/interpreter/bytecode_expectations/Eval.golden
|
| index a41e8ae100c895e6ab880825a59cc5432cc72b25..95076a29ff66c7f8c19c0e17f0b48543c182d51e 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/Eval.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/Eval.golden
|
| @@ -24,8 +24,8 @@ bytecodes: [
|
| B(StaContextSlot), R(context), U8(5), U8(0),
|
| /* 30 E> */ B(StackCheck),
|
| /* 34 S> */ B(LdaConstant), U8(0),
|
| - B(Star), R(3),
|
| - B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlotForCall), R(3), U8(1), R(1),
|
| + B(Star), R(4),
|
| + B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlotForCall), R(4), U8(1), R(1),
|
| B(LdaConstant), U8(1),
|
| B(Star), R(3),
|
| B(LdaZero),
|
|
|