Sfoglia il codice sorgente

* log exit to be symmetrical with entry in AllocateOSInfoBlock

Michaël Van Canneyt 4 mesi fa
parent
commit
fdc19ea051
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      rtl/wasm32/wasmmem.inc

+ 1 - 0
rtl/wasm32/wasmmem.inc

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