mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Improve a sad comment
This commit is contained in:
parent
7ca186fe93
commit
656645fb93
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue