Chromium Code Reviews| Index: runtime/vm/assembler_arm64.h |
| =================================================================== |
| --- runtime/vm/assembler_arm64.h (revision 45360) |
| +++ runtime/vm/assembler_arm64.h (working copy) |
| @@ -827,10 +827,7 @@ |
| EmitUnconditionalBranchRegOp(RET, rn); |
| } |
| - // Exceptions. |
| - void hlt(uint16_t imm) { |
| - EmitExceptionGenOp(HLT, imm); |
| - } |
| + // Breakpoint. |
| void brk(uint16_t imm) { |
| EmitExceptionGenOp(BRK, imm); |
| } |