mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 11:09:36 +02:00
* made the constructor of TObjSymbol virtual, so it can be overriden
This commit is contained in:
parent
cb3ac37fb3
commit
07461d0fc3
@ -268,7 +268,7 @@ interface
|
||||
ThumbFunc : boolean;
|
||||
{$endif ARM}
|
||||
|
||||
constructor create(AList:TFPHashObjectList;const AName:string);
|
||||
constructor create(AList:TFPHashObjectList;const AName:string);virtual;
|
||||
function address:qword;
|
||||
procedure SetAddress(apass:byte;aobjsec:TObjSection;abind:TAsmsymbind;atyp:Tasmsymtype);
|
||||
function ObjData: TObjData;
|
||||
|
@ -49,7 +49,7 @@ interface
|
||||
SymbolIndex: Integer;
|
||||
AliasOf: string;
|
||||
ExtraData: TWasmObjSymbolExtraData;
|
||||
constructor create(AList:TFPHashObjectList;const AName:string);
|
||||
constructor create(AList:TFPHashObjectList;const AName:string);override;
|
||||
function ImportOrFuncIndex: Integer;
|
||||
function IsAlias: Boolean;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user