Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 8c0e8e3

Browse files
committed
Allow COMPlus_JitHalt to display a pop-up on ARM/ARM64
Note that you need to `set COMPlus_NoGuiOnAssert=0` for the pop-up to be displayed.
1 parent 19cdca1 commit 8c0e8e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jit/compiler.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5803,8 +5803,8 @@ void Compiler::compCompileFinish()
58035803
{
58045804
if (compJitHaltMethod())
58055805
{
5806-
#if !defined(_TARGET_ARMARCH_) && !defined(_HOST_UNIX_)
5807-
// TODO-ARM-NYI: re-enable this when we have an OS that supports a pop-up dialog
5806+
#if !defined(_HOST_UNIX_)
5807+
// TODO-UNIX: re-enable this when we have an OS that supports a pop-up dialog
58085808

58095809
// Don't do an assert, but just put up the dialog box so we get just-in-time debugger
58105810
// launching. When you hit 'retry' it will continue and naturally stop at the INT 3

0 commit comments

Comments
 (0)