| 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 bdd008208f2e0fbb6b536c647c07ffe9e1339e9a..af9207b257297bdcde8caad40a0fef24880d0df3 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/Generators.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/Generators.golden
|
| @@ -22,7 +22,7 @@ bytecodes: [
|
| B(LdaZero),
|
| B(TestEqualStrict), R(1), U8(0),
|
| B(JumpIfTrue), U8(53),
|
| - B(LdaSmi), U8(76),
|
| + B(LdaSmi), U8(77),
|
| B(Star), R(2),
|
| B(CallRuntime), U16(Runtime::kAbort), R(2), U8(1),
|
| B(LdaSmi), U8(-2),
|
| @@ -133,7 +133,7 @@ bytecodes: [
|
| B(LdaSmi), U8(1),
|
| B(TestEqualStrict), R(1), U8(0),
|
| B(JumpIfTrueConstant), U8(0),
|
| - B(LdaSmi), U8(76),
|
| + B(LdaSmi), U8(77),
|
| B(Star), R(2),
|
| B(CallRuntime), U16(Runtime::kAbort), R(2), U8(1),
|
| B(LdaSmi), U8(-2),
|
| @@ -285,7 +285,7 @@ bytecodes: [
|
| B(LdaSmi), U8(1),
|
| B(TestEqualStrict), R(4), U8(0),
|
| B(JumpIfTrueConstant), U8(3),
|
| - B(LdaSmi), U8(76),
|
| + B(LdaSmi), U8(77),
|
| B(Star), R(5),
|
| B(CallRuntime), U16(Runtime::kAbort), R(5), U8(1),
|
| B(LdaSmi), U8(-2),
|
| @@ -353,7 +353,7 @@ bytecodes: [
|
| B(LdaSmi), U8(1),
|
| B(TestEqualStrict), R(4), U8(0),
|
| B(JumpIfTrueConstant), U8(8),
|
| - B(LdaSmi), U8(76),
|
| + B(LdaSmi), U8(77),
|
| B(Star), R(12),
|
| B(CallRuntime), U16(Runtime::kAbort), R(12), U8(1),
|
| /* 27 S> */ B(LdaContextSlot), R(1), U8(7), U8(0),
|
|
|