mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 21:50:18 +02:00
* fixed WasiRTLCreateEvent to actually return the result
This commit is contained in:
parent
e579da0844
commit
1a714d688a
@ -159,6 +159,7 @@ begin
|
|||||||
P^.Signal:=0;
|
P^.Signal:=0;
|
||||||
P^.Destroying:=False;
|
P^.Destroying:=False;
|
||||||
InitMutex(P^.Mutex);
|
InitMutex(P^.Mutex);
|
||||||
|
Result:=P;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure WasiRTLEventSetEvent(AEvent:PRTLEvent);
|
procedure WasiRTLEventSetEvent(AEvent:PRTLEvent);
|
||||||
|
Loading…
Reference in New Issue
Block a user