mirror of https://github.com/red-prig/fpPS4.git
This commit is contained in:
parent
4ab8a7069c
commit
bd0f0cc852
|
@ -665,7 +665,11 @@ begin
|
|||
if (Node=nil) then Exit(EBUSY);
|
||||
|
||||
Flip:=FFlipAlloc.Alloc;
|
||||
if (Flip=nil) then Exit(EBUSY);
|
||||
if (Flip=nil) then
|
||||
begin
|
||||
FSubmitAlloc.Free(Node);
|
||||
Exit(EBUSY);
|
||||
end;
|
||||
|
||||
Node^.submit:=submit^;
|
||||
Node^.tsc :=rdtsc();
|
||||
|
|
Loading…
Reference in New Issue