mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
parent
383c501a35
commit
198e9dce1d
2 changed files with 29 additions and 3 deletions
|
@ -1181,7 +1181,7 @@ extern void ppu_initialize(const ppu_module& info)
|
|||
// Initialize compiler instance
|
||||
if (!jit)
|
||||
{
|
||||
jit = fxm::get_always<jit_compiler>(s_link_table, g_cfg.core.llvm_cpu);
|
||||
jit = std::make_shared<jit_compiler>(s_link_table, g_cfg.core.llvm_cpu);
|
||||
}
|
||||
|
||||
// First function in current module part
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue