From 656645fb9316646b4a82c047b1ec6318f6dca77a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Thu, 16 Mar 2017 15:03:04 +0100 Subject: [PATCH] Improve a sad comment --- Core/MIPS/ARM/ArmJit.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Core/MIPS/ARM/ArmJit.cpp b/Core/MIPS/ARM/ArmJit.cpp index 8054c196f7..cdd19dbc70 100644 --- a/Core/MIPS/ARM/ArmJit.cpp +++ b/Core/MIPS/ARM/ArmJit.cpp @@ -204,6 +204,8 @@ void ArmJit::Compile(u32 em_address) { // the ability to generate code :( This works great on x86 but on ARM we're out of luck. // This seems to be enough to flush the instruction cache: // If this OutputDebugStringUTF8 is not called, we crash. + // But it only helps if the debugger is attached :( If not, we still crash. + // So really, the JIT is broken on Windows UWP ARM. OutputDebugStringUTF8("JITHACK"); #endif