mirror of https://github.com/red-prig/fpPS4.git
mlock ret ignore
This commit is contained in:
parent
fb1d06cf73
commit
850a18aa29
|
@ -1625,7 +1625,7 @@ begin
|
|||
Result:=0;
|
||||
end else
|
||||
begin
|
||||
Result:=ENOMEM;
|
||||
Result:=0;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
@ -1644,7 +1644,7 @@ begin
|
|||
Result:=0;
|
||||
end else
|
||||
begin
|
||||
Result:=ENOMEM;
|
||||
Result:=0;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
|
Loading…
Reference in New Issue