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 77cbe0c8e580592efe573d284d21264ab8cf3992..7dfc190d5f7a20b682a65b3b72594fba51e3863e 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/Generators.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/Generators.golden |
@@ -25,7 +25,7 @@ bytecodes: [ |
B(LdaZero), |
B(TestEqualStrict), R(1), |
B(JumpIfTrue), U8(56), |
- B(LdaSmi), U8(76), |
+ B(LdaSmi), U8(75), |
B(Star), R(2), |
B(CallRuntime), U16(Runtime::kAbort), R(2), U8(1), |
B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1), |
@@ -131,7 +131,7 @@ bytecodes: [ |
B(LdaSmi), U8(1), |
B(TestEqualStrict), R(1), |
B(JumpIfTrueConstant), U8(0), |
- B(LdaSmi), U8(76), |
+ B(LdaSmi), U8(75), |
B(Star), R(2), |
B(CallRuntime), U16(Runtime::kAbort), R(2), U8(1), |
B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1), |
@@ -277,7 +277,7 @@ bytecodes: [ |
B(LdaSmi), U8(1), |
B(TestEqualStrict), R(4), |
B(JumpIfTrueConstant), U8(3), |
- B(LdaSmi), U8(76), |
+ B(LdaSmi), U8(75), |
B(Star), R(5), |
B(CallRuntime), U16(Runtime::kAbort), R(5), U8(1), |
B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1), |
@@ -343,7 +343,7 @@ bytecodes: [ |
B(LdaSmi), U8(1), |
B(TestEqualStrict), R(4), |
B(JumpIfTrueConstant), U8(9), |
- B(LdaSmi), U8(76), |
+ B(LdaSmi), U8(75), |
B(Star), R(12), |
B(CallRuntime), U16(Runtime::kAbort), R(12), U8(1), |
/* 27 S> */ B(LdrContextSlot), R(1), U8(7), R(14), |