Skip to content

Commit

Permalink
Disable changing align nop padding to breakpoints for arm64 under jit…
Browse files Browse the repository at this point in the history
… stress (#61951)

* Disable converting nop padding to breakpoints for arm64 under jit stress.

Workaround for issue #61944.

* disable differently

* fix
  • Loading branch information
AndyAyersMS authored Nov 23, 2021
1 parent 141dae4 commit c186b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/emitarm64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11467,7 +11467,7 @@ size_t emitter::emitOutputInstr(insGroup* ig, instrDesc* id, BYTE** dp)
// it. As such, leave it as is, the "0xD43E0000" bytecode will be seen
// next to the nop instruction in disasm.
// e.g. D43E0000 align [4 bytes for IG07]
ins = INS_BREAKPOINT;
// ins = INS_bkpt;
}
#endif
}
Expand Down

0 comments on commit c186b28

Please sign in to comment.