mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 09:40:20 +02:00
* set CObjData in the TWasmExeOutput constructor
This commit is contained in:
parent
0f8ecb73e7
commit
6bead20fc3
@ -197,6 +197,8 @@ interface
|
||||
protected
|
||||
function writeData:boolean;override;
|
||||
procedure DoRelocationFixup(objsec:TObjSection);override;
|
||||
public
|
||||
constructor create;override;
|
||||
end;
|
||||
|
||||
{ TWasmAssembler }
|
||||
@ -2221,6 +2223,12 @@ implementation
|
||||
{TODO: implement}
|
||||
end;
|
||||
|
||||
constructor TWasmExeOutput.create;
|
||||
begin
|
||||
inherited create;
|
||||
CObjData:=TWasmObjData;
|
||||
end;
|
||||
|
||||
|
||||
{****************************************************************************
|
||||
TWasmAssembler
|
||||
|
Loading…
Reference in New Issue
Block a user