| 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 6e4b2ce2ad24beedc92fde0a1d8dd142f134e843..e20a2e81d2a8674df40fe9409162bd745c122094 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(61),
|
| - B(LdaSmi), U8(77),
|
| + B(LdaSmi), U8(76),
|
| B(Star), R(2),
|
| B(CallRuntime), U16(Runtime::kAbort), R(2), U8(1),
|
| B(LdaSmi), U8(-2),
|
| @@ -130,7 +130,7 @@ bytecodes: [
|
| B(LdaSmi), U8(1),
|
| B(TestEqualStrict), R(1), U8(0),
|
| B(JumpIfTrueConstant), U8(0),
|
| - B(LdaSmi), U8(77),
|
| + B(LdaSmi), U8(76),
|
| B(Star), R(2),
|
| B(CallRuntime), U16(Runtime::kAbort), R(2), U8(1),
|
| B(LdaSmi), U8(-2),
|
| @@ -278,7 +278,7 @@ bytecodes: [
|
| B(LdaSmi), U8(1),
|
| B(TestEqualStrict), R(4), U8(0),
|
| B(JumpIfTrueConstant), U8(3),
|
| - B(LdaSmi), U8(77),
|
| + B(LdaSmi), U8(76),
|
| B(Star), R(5),
|
| B(CallRuntime), U16(Runtime::kAbort), R(5), U8(1),
|
| B(LdaSmi), U8(-2),
|
| @@ -344,7 +344,7 @@ bytecodes: [
|
| B(LdaSmi), U8(1),
|
| B(TestEqualStrict), R(4), U8(0),
|
| B(JumpIfTrueConstant), U8(9),
|
| - B(LdaSmi), U8(77),
|
| + B(LdaSmi), U8(76),
|
| B(Star), R(12),
|
| B(CallRuntime), U16(Runtime::kAbort), R(12), U8(1),
|
| /* 27 S> */ B(LdrContextSlot), R(1), U8(7), U8(0), R(14),
|
|
|