Minor fixups
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user