mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 11:43:56 +00:00
Fix format issue
This commit is contained in:
@@ -23,7 +23,9 @@ namespace syscalls
|
||||
if (base_address < MIN_ALLOCATION_ADDRESS || base_address >= MAX_ALLOCATION_END_EXCL)
|
||||
{
|
||||
if (return_length)
|
||||
{
|
||||
return_length.write(0);
|
||||
}
|
||||
return STATUS_INVALID_PARAMETER;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user