Browse Source

* log exit to be symmetrical with entry in AllocateOSInfoBlock

Michaël Van Canneyt 3 tháng trước cách đây
mục cha
commit
fdc19ea051
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;