mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Improve a sad comment
This commit is contained in:
parent
7ca186fe93
commit
656645fb93
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user