Explorar o código

* log exit to be symmetrical with entry in AllocateOSInfoBlock

Michaël Van Canneyt hai 3 meses
pai
achega
fdc19ea051
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;