Chromium Code Reviews| Index: runtime/vm/assembler_x64.cc |
| =================================================================== |
| --- runtime/vm/assembler_x64.cc (revision 42723) |
| +++ runtime/vm/assembler_x64.cc (working copy) |
| @@ -3086,7 +3086,8 @@ |
| Label done; |
| testb(dest, Immediate(kHeapObjectTag)); |
| j(ZERO, &done, Assembler::kNearJump); |
| - Stop(stop_msg); |
| + static const bool kFixedLengthEncoding = true; |
| + Stop(stop_msg, kFixedLengthEncoding); |
| Bind(&done); |
| } |
| #endif // defined(DEBUG) |