1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2025-01-31 20:41:45 +01:00

Disable ARM trampolines

This commit is contained in:
Elad 2025-01-25 12:03:22 +02:00
parent ba79e092a0
commit 5ef442c2b8

View File

@ -4857,7 +4857,7 @@ bool ppu_initialize(const ppu_module<lv2_obj>& 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<u64>(jit_runtime::peek(true) + 3 * 4)) < (128u << 20))
{