diff --git a/rpcs3/Emu/Cell/PPUThread.cpp b/rpcs3/Emu/Cell/PPUThread.cpp index cb4b9a1a7e08..68f881c9f756 100644 --- a/rpcs3/Emu/Cell/PPUThread.cpp +++ b/rpcs3/Emu/Cell/PPUThread.cpp @@ -4857,7 +4857,7 @@ bool ppu_initialize(const ppu_module& info, bool check_only, u64 file_s ppu_log.error("JIT symbol trampoline failed."); } } -#else +#elif 0 // Try to make the code fit in 16 bytes, may fail and fallback if (*full_sample && abs_diff(*full_sample, reinterpret_cast(jit_runtime::peek(true) + 3 * 4)) < (128u << 20)) {