* fixed WasiRTLCreateEvent to actually return the result

This commit is contained in:
Nikolay Nikolov 2024-07-30 15:12:24 +03:00
parent e579da0844
commit 1a714d688a

View File

@ -159,6 +159,7 @@ begin
P^.Signal:=0;
P^.Destroying:=False;
InitMutex(P^.Mutex);
Result:=P;
end;
procedure WasiRTLEventSetEvent(AEvent:PRTLEvent);