Browse Source

* set MaxMemPos in the wasm internal linker

Nikolay Nikolov 1 year ago
parent
commit
026781b9a3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/ogwasm.pas

+ 1 - 0
compiler/ogwasm.pas

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