[ARM64] Change INS_bkpt to INS_brk for INS_BREAKPOINT (#892)
authorLeslie Zhai <zhaixiang@loongson.cn>
Mon, 6 Jan 2020 18:10:42 +0000 (12:10 -0600)
committerBruce Forstall <brucefo@microsoft.com>
Mon, 6 Jan 2020 18:10:42 +0000 (10:10 -0800)
commit349371808ce08602049c95dae5c6e5a685be7524
tree56448ca8f7c427e5fb8afb7700f4eed3d09e61bc
parent0cc106f3fe526f774e52279aece47031b0444572
[ARM64] Change INS_bkpt to INS_brk for INS_BREAKPOINT (#892)

* [ARM64] Change INS_bkpt to INS_brk for INS_BREAKPOINT

https://github.com/dotnet/runtime/issues/606

* [ARM64] Change INS_bkpt to INS_brk for INS_BREAKPOINT

https://github.com/dotnet/runtime/issues/606

* [ARM64] Change INS_bkpt to INS_brk for INS_BREAKPOINT

https://github.com/dotnet/runtime/issues/606

* [ARM64] Change INS_bkpt to INS_brk for TARGET_UNIX

https://github.com/dotnet/runtime/issues/606

* [ARM64] Change INS_bkpt to INS_brk for TARGET_UNIX

https://github.com/dotnet/runtime/issues/606

* Fix formatting errors for INS_MULADD
src/coreclr/src/jit/codegenarm64.cpp
src/coreclr/src/jit/compiler.h
src/coreclr/src/jit/emitarm64.cpp