Browse Source

* log exit to be symmetrical with entry in AllocateOSInfoBlock

Michaël Van Canneyt 3 months ago
parent
commit
fdc19ea051
1 changed files with 1 additions and 0 deletions
  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;