浏览代码

* set MaxMemPos in the wasm internal linker

Nikolay Nikolov 2 年之前
父节点
当前提交
026781b9a3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      compiler/ogwasm.pas

+ 1 - 0
compiler/ogwasm.pas

@@ -3663,6 +3663,7 @@ implementation
       begin
         inherited create;
         CObjData:=TWasmObjData;
+        MaxMemPos:=$FFFFFFFF;
       end;