| Index: test/cctest/interpreter/bytecode_expectations/DeclareGlobals.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/DeclareGlobals.golden b/test/cctest/interpreter/bytecode_expectations/DeclareGlobals.golden
|
| index 62dc163a70e1de03891ab9b97c4ef2e5ab0ca132..e0c5e7d696eb6ca0af6d032174004e1eb0a54200 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/DeclareGlobals.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/DeclareGlobals.golden
|
| @@ -114,10 +114,10 @@ bytecodes: [
|
| B(CallRuntime), U16(Runtime::kDeclareGlobalsForInterpreter), R(1), U8(3),
|
| /* 0 E> */ B(StackCheck),
|
| /* 16 S> */ B(LdaUndefined),
|
| - B(Star), R(2),
|
| + B(Star), R(3),
|
| B(LdaGlobal), U8(1), U8(2),
|
| - B(Star), R(1),
|
| - /* 16 E> */ B(Call), R(1), R(2), U8(1), U8(5),
|
| + B(Star), R(2),
|
| + /* 16 E> */ B(Call), R(2), R(3), U8(1), U8(5),
|
| B(Star), R(0),
|
| /* 20 S> */ B(Return),
|
| ]
|
|
|