| Index: test/cctest/interpreter/bytecode_expectations/TryCatch.golden
 | 
| diff --git a/test/cctest/interpreter/bytecode_expectations/TryCatch.golden b/test/cctest/interpreter/bytecode_expectations/TryCatch.golden
 | 
| index 17fe5a688d710dfda914d061f066264d1575fd14..788ad732e4e567bba1d0e35ecd725f41e41e7b0e 100644
 | 
| --- a/test/cctest/interpreter/bytecode_expectations/TryCatch.golden
 | 
| +++ b/test/cctest/interpreter/bytecode_expectations/TryCatch.golden
 | 
| @@ -56,13 +56,13 @@ bytecodes: [
 | 
|    /*   30 E> */ B(StackCheck),
 | 
|                  B(Mov), R(context), R(2),
 | 
|    /*   47 S> */ B(LdaSmi), U8(1),
 | 
| -  /*   49 E> */ B(Star), R(0),
 | 
| +                B(Star), R(0),
 | 
|                  B(Jump), U8(29),
 | 
|                  B(Star), R(4),
 | 
|                  B(LdaConstant), U8(0),
 | 
|                  B(Star), R(3),
 | 
|                  B(Mov), R(closure), R(5),
 | 
| -                B(CallRuntime), U16(Runtime::kPushCatchContext), R(3), U8(3),
 | 
| +  /*   49 E> */ B(CallRuntime), U16(Runtime::kPushCatchContext), R(3), U8(3),
 | 
|                  B(Star), R(2),
 | 
|                  B(CallRuntime), U16(Runtime::kInterpreterClearPendingMessage), R(0), U8(0),
 | 
|                  B(Ldar), R(2),
 | 
| @@ -70,19 +70,19 @@ bytecodes: [
 | 
|                  B(PopContext), R(1),
 | 
|                  B(Mov), R(context), R(2),
 | 
|    /*   75 S> */ B(LdaSmi), U8(2),
 | 
| -  /*   77 E> */ B(Star), R(0),
 | 
| +                B(Star), R(0),
 | 
|                  B(Jump), U8(33),
 | 
|                  B(Star), R(4),
 | 
|                  B(LdaConstant), U8(1),
 | 
|                  B(Star), R(3),
 | 
|                  B(Mov), R(closure), R(5),
 | 
| -                B(CallRuntime), U16(Runtime::kPushCatchContext), R(3), U8(3),
 | 
| +  /*   77 E> */ B(CallRuntime), U16(Runtime::kPushCatchContext), R(3), U8(3),
 | 
|                  B(Star), R(2),
 | 
|                  B(CallRuntime), U16(Runtime::kInterpreterClearPendingMessage), R(0), U8(0),
 | 
|                  B(Ldar), R(2),
 | 
|                  B(PushContext), R(1),
 | 
|    /*   95 S> */ B(LdaSmi), U8(3),
 | 
| -  /*   97 E> */ B(Star), R(0),
 | 
| +                B(Star), R(0),
 | 
|                  B(PopContext), R(1),
 | 
|                  B(LdaUndefined),
 | 
|    /*  103 S> */ B(Return),
 | 
| 
 |