mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-10 00:45:37 +00:00
Remove unnecessary asmjit::imm_ptr
This commit is contained in:
parent
14cca55b50
commit
4704367382
7 changed files with 38 additions and 40 deletions
|
|
@ -273,7 +273,7 @@ const auto ppu_recompiler_fallback_ghc = build_function_asm<void(*)(ppu_thread&
|
|||
using namespace asmjit;
|
||||
|
||||
c.mov(args[0], x86::rbp);
|
||||
c.jmp(imm_ptr(ppu_recompiler_fallback));
|
||||
c.jmp(ppu_recompiler_fallback);
|
||||
});
|
||||
#elif defined(ARCH_ARM64)
|
||||
const auto ppu_recompiler_fallback_ghc = &ppu_recompiler_fallback;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue