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 17b257727977a8af256fb0f72de9d7a021a2195e..48e07be566e12a5f87b1df6da6ef1cf80e4cfd05 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(3), |
B(JumpIfTrueConstant), U8(3), |
- B(LdaSmi), U8(76), |
+ B(LdaSmi), U8(75), |
B(Star), R(4), |
B(CallRuntime), U16(Runtime::kAbort), R(4), U8(1), |
B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1), |
@@ -345,7 +345,7 @@ bytecodes: [ |
B(LdaSmi), U8(1), |
B(TestEqualStrict), R(3), |
B(JumpIfTrueConstant), U8(9), |
- B(LdaSmi), U8(76), |
+ B(LdaSmi), U8(75), |
B(Star), R(11), |
B(CallRuntime), U16(Runtime::kAbort), R(11), U8(1), |
/* 27 S> */ B(LdrContextSlot), R(1), U8(7), R(13), |