mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 13:01:27 +12:00
Minor fixups
This commit is contained in:
parent
d5f16ce272
commit
aeeceb7d0b
2 changed files with 2 additions and 1 deletions
|
@ -229,6 +229,7 @@ asmjit::Runtime& asmjit::get_global_runtime()
|
|||
if (!p || m_pos > m_max) [[unlikely]]
|
||||
{
|
||||
*dst = nullptr;
|
||||
jit_log.fatal("Out of memory (static asmjit)");
|
||||
return asmjit::kErrorNoVirtualMemory;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue