| Index: test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden b/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
|
| index 2eb52731bbc073434dc7107878b5c8e25bfe006d..160fdd7cd95f5c6ef036e8f6107ba9ad7e0e3a8c 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
|
| @@ -901,8 +901,8 @@ bytecodes: [
|
| /* 3435 S> */ B(LdaZero),
|
| /* 3435 E> */ B(StaContextSlot), R(context), U8(255), U8(0),
|
| /* 3438 S> */ B(LdrUndefined), R(2),
|
| - /* 3438 E> */ B(LdrGlobal), U8(2), R(1),
|
| - /* 3438 E> */ B(Call), R(1), R(2), U8(1), U8(0),
|
| + /* 3438 E> */ B(LdrGlobal), U8(4), R(1),
|
| + /* 3438 E> */ B(Call), R(1), R(2), U8(1), U8(2),
|
| /* 3454 S> */ B(LdaSmi), U8(100),
|
| /* 3454 E> */ B(Wide), B(StaContextSlot), R16(context), U16(256), U16(0),
|
| /* 3459 S> */ B(Wide), B(LdaContextSlot), R16(context), U16(256), U16(0),
|
|
|