浏览代码

* log exit to be symmetrical with entry in AllocateOSInfoBlock

Michaël Van Canneyt 3 月之前
父节点
当前提交
fdc19ea051
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;