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 8a4ba1de0d7ee6b3b7dfbb07ff9a77d445746dd4..b0a22f6c2a4629dc3c4f166a93e698e136fc7f99 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), |
B(JumpIfTrue), U8(57), |
- B(LdaSmi), U8(79), |
+ 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), |
@@ -133,7 +133,7 @@ bytecodes: [ |
B(LdaSmi), U8(1), |
B(TestEqualStrict), R(1), |
B(JumpIfTrueConstant), U8(0), |
- B(LdaSmi), U8(79), |
+ 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), |
@@ -283,7 +283,7 @@ bytecodes: [ |
B(LdaSmi), U8(1), |
B(TestEqualStrict), R(3), |
B(JumpIfTrueConstant), U8(3), |
- B(LdaSmi), U8(79), |
+ 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), |
@@ -355,7 +355,7 @@ bytecodes: [ |
B(LdaSmi), U8(1), |
B(TestEqualStrict), R(3), |
B(JumpIfTrueConstant), U8(9), |
- B(LdaSmi), U8(79), |
+ B(LdaSmi), U8(75), |
B(Star), R(11), |
B(CallRuntime), U16(Runtime::kAbort), R(11), U8(1), |
/* 27 S> */ B(LdaContextSlot), R(1), U8(7), |