* better fix for tw8171 (now also works for with-statements)

git-svn-id: trunk@6158 -
This commit is contained in:
Jonas Maebe 2007-01-24 09:55:45 +00:00
parent 14a95ccdc3
commit 11528c9da6

View File

@ -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);