* log exit to be symmetrical with entry in AllocateOSInfoBlock

This commit is contained in:
Michaël Van Canneyt 2025-05-20 11:39:35 +02:00
parent cd1251bf00
commit fdc19ea051

View File

@ -122,6 +122,7 @@ begin
Inc(Pointer(POSMem),lBlockSize);
end;
AllocateOSInfoBlock:=PMIB;
{$IFDEF DEBUGWASMTHREADS}DebugWriteln('AllocateOSInfoBlock done');{$ENDIF}
end;
Function FindFreeOSBlock(aInfo: POSMemInfoBlock) : POSMemBlock;