mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-02 19:58:32 +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;
|
||||
fieldvarsym :
|
||||
begin
|
||||
tempstr:='SELF.'+tempstr;
|
||||
tempstr:=upper(tdef(sym.owner.defowner).GetTypeName)+'.'+tempstr;
|
||||
end;
|
||||
else
|
||||
Message(asmr_e_wrong_sym_type);
|
||||
|
Loading…
Reference in New Issue
Block a user