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:
parent
ba79e092a0
commit
5ef442c2b8
@ -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))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user