mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-25 10:00:54 +01:00
fix linux aarch64 build
This commit is contained in:
parent
ff85a1d76b
commit
4b66d3e6c1
|
|
@ -716,7 +716,9 @@ jit_compiler::jit_compiler(const std::unordered_map<std::string, u64>& _link, co
|
|||
|
||||
if (!_link.empty() || !(flags & 0x1))
|
||||
{
|
||||
#ifdef ARCH_X64
|
||||
m_engine->RegisterJITEventListener(llvm::JITEventListener::createIntelJITEventListener());
|
||||
#endif
|
||||
m_engine->RegisterJITEventListener(new JITAnnouncer);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue