mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-07 05:38:58 +02:00
* better fix for tw8171 (now also works for with-statements)
git-svn-id: trunk@6158 -
This commit is contained in:
parent
14a95ccdc3
commit
11528c9da6
@ -984,7 +984,7 @@ Unit Rax86int;
|
|||||||
end;
|
end;
|
||||||
fieldvarsym :
|
fieldvarsym :
|
||||||
begin
|
begin
|
||||||
tempstr:='SELF.'+tempstr;
|
tempstr:=upper(tdef(sym.owner.defowner).GetTypeName)+'.'+tempstr;
|
||||||
end;
|
end;
|
||||||
else
|
else
|
||||||
Message(asmr_e_wrong_sym_type);
|
Message(asmr_e_wrong_sym_type);
|
||||||
|
Loading…
Reference in New Issue
Block a user