Chromium Code Reviews| Index: runtime/vm/assembler_arm64.h |
| =================================================================== |
| --- runtime/vm/assembler_arm64.h (revision 37032) |
| +++ runtime/vm/assembler_arm64.h (working copy) |
| @@ -684,6 +684,9 @@ |
| void hlt(uint16_t imm) { |
| EmitExceptionGenOp(HLT, imm); |
| } |
| + void brk(uint16_t imm) { |
| + EmitExceptionGenOp(BRK, imm); |
| + } |
| // Double floating point. |
| bool fmovdi(VRegister vd, double immd) { |