mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 17:20:30 +02:00
* set MaxMemPos in the wasm internal linker
This commit is contained in:
parent
791328ccb5
commit
026781b9a3
@ -3663,6 +3663,7 @@ implementation
|
||||
begin
|
||||
inherited create;
|
||||
CObjData:=TWasmObjData;
|
||||
MaxMemPos:=$FFFFFFFF;
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user