fix COMPlus_JitHalt for arm32. (#15761)
authorSergey Andreenko <seandree@microsoft.com>
Fri, 5 Jan 2018 22:41:40 +0000 (14:41 -0800)
committerGitHub <noreply@github.com>
Fri, 5 Jan 2018 22:41:40 +0000 (14:41 -0800)
src/jit/compiler.cpp

index 68bd8bf..b6a2771 100644 (file)
@@ -5782,8 +5782,8 @@ void Compiler::compCompileFinish()
     {
         if (compJitHaltMethod())
         {
-#if !defined(_TARGET_ARM64_) && !defined(_HOST_UNIX_)
-            // TODO-ARM64-NYI: re-enable this when we have an OS that supports a pop-up dialog
+#if !defined(_TARGET_ARMARCH_) && !defined(_HOST_UNIX_)
+            // TODO-ARM-NYI: re-enable this when we have an OS that supports a pop-up dialog
 
             // Don't do an assert, but just put up the dialog box so we get just-in-time debugger
             // launching.  When you hit 'retry' it will continue and naturally stop at the INT 3