mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 21:40:34 +02:00
parent
8ca51bc475
commit
887781a6b9
@ -4715,7 +4715,7 @@ implementation
|
|||||||
begin
|
begin
|
||||||
if not(assigned(proc) and assigned(proc.firstsym)) then
|
if not(assigned(proc) and assigned(proc.firstsym)) then
|
||||||
begin
|
begin
|
||||||
current_asmdata.asmlists[al_rtti].concat(Tai_const.create(aitconst_ptr,1));
|
current_asmdata.asmlists[al_rtti].concat(Tai_const.create(aitconst_ptr,0));
|
||||||
typvalue:=3;
|
typvalue:=3;
|
||||||
end
|
end
|
||||||
else if proc.firstsym^.sym.typ=fieldvarsym then
|
else if proc.firstsym^.sym.typ=fieldvarsym then
|
||||||
|
Loading…
Reference in New Issue
Block a user