This commit is contained in:
Pavel 2023-12-26 11:17:01 +03:00
parent 7c1f65a96e
commit a75814d9b3
1 changed files with 5 additions and 1 deletions

View File

@ -1234,7 +1234,11 @@ begin
Exit(EACCES);
end;
if (mtype=-1) then Exit(0);
if (mtype=-1) then
begin
dmem_map_unlock(map);
Exit(0);
end;
dmem_map_clip_start(map, entry, start);