| Index: test/cctest/interpreter/bytecode_expectations/Generators.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/Generators.golden b/test/cctest/interpreter/bytecode_expectations/Generators.golden
|
| index 9ff611dd8dae658211106a60061c68e750ed2c44..a53f7f622f2354936908d09ec4f77b05e7223eb5 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/Generators.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/Generators.golden
|
| @@ -24,7 +24,7 @@ bytecodes: [
|
| B(LdaZero),
|
| B(TestEqualStrict), R(1), U8(0),
|
| B(JumpIfTrue), U8(53),
|
| - B(LdaSmi), U8(77),
|
| + B(LdaSmi), U8(78),
|
| B(Star), R(3),
|
| B(CallRuntime), U16(Runtime::kAbort), R(3), U8(1),
|
| B(LdaSmi), U8(-2),
|
| @@ -139,7 +139,7 @@ bytecodes: [
|
| B(LdaSmi), U8(1),
|
| B(TestEqualStrict), R(1), U8(0),
|
| B(JumpIfTrueConstant), U8(0),
|
| - B(LdaSmi), U8(77),
|
| + B(LdaSmi), U8(78),
|
| B(Star), R(3),
|
| B(CallRuntime), U16(Runtime::kAbort), R(3), U8(1),
|
| B(LdaSmi), U8(-2),
|
| @@ -295,7 +295,7 @@ bytecodes: [
|
| B(LdaSmi), U8(1),
|
| B(TestEqualStrict), R(3), U8(0),
|
| B(JumpIfTrueConstant), U8(3),
|
| - B(LdaSmi), U8(77),
|
| + B(LdaSmi), U8(78),
|
| B(Star), R(5),
|
| B(CallRuntime), U16(Runtime::kAbort), R(5), U8(1),
|
| B(LdaSmi), U8(-2),
|
| @@ -364,7 +364,7 @@ bytecodes: [
|
| B(LdaSmi), U8(1),
|
| B(TestEqualStrict), R(3), U8(0),
|
| B(JumpIfTrueConstant), U8(8),
|
| - B(LdaSmi), U8(77),
|
| + B(LdaSmi), U8(78),
|
| B(Star), R(12),
|
| B(CallRuntime), U16(Runtime::kAbort), R(12), U8(1),
|
| /* 27 S> */ B(LdaContextSlot), R(1), U8(7), U8(0),
|
|
|