Skip to content

Commit

Permalink
Disable ARM trampolines
Browse files Browse the repository at this point in the history
  • Loading branch information
elad335 committed Jan 25, 2025
1 parent ba79e09 commit 5ef442c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcs3/Emu/Cell/PPUThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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))
{
Expand Down

0 comments on commit 5ef442c

Please sign in to comment.