Chromium Code Reviews| Index: runtime/vm/instructions_x64.cc |
| =================================================================== |
| --- runtime/vm/instructions_x64.cc (revision 2327) |
| +++ runtime/vm/instructions_x64.cc (working copy) |
| @@ -48,7 +48,7 @@ |
| // movq $target, TMP |
| // jmpq TMP |
| static const int kJumpPattern[kLengthInBytes] = |
| - {0x49, 0xBB, -1, -1, -1, -1, -1, -1, -1, -1, 0x41, 0xFF, 0xE3}; |
| + {0x49, 0xBB, -1, -1, -1, -1, -1, -1, -1, -1, 0x41, 0xFF, 0xD3}; |
| return kJumpPattern; |
| } |