PPU Precompilation: Abort compilation as soon as possible on Emu.Stop()
This commit is contained in:
@@ -3741,6 +3741,11 @@ bool ppu_initialize(const ppu_module& info, bool check_only)
|
|||||||
// Allocate "core"
|
// Allocate "core"
|
||||||
std::lock_guard jlock(g_fxo->get<jit_core_allocator>().sem);
|
std::lock_guard jlock(g_fxo->get<jit_core_allocator>().sem);
|
||||||
|
|
||||||
|
if (Emu.IsStopped())
|
||||||
|
{
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
ppu_log.warning("LLVM: Compiling module %s%s", cache_path, obj_name);
|
ppu_log.warning("LLVM: Compiling module %s%s", cache_path, obj_name);
|
||||||
|
|
||||||
// Use another JIT instance
|
// Use another JIT instance
|
||||||
|
|||||||
Reference in New Issue
Block a user