mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:09:30 +02:00
* allow type postfix like: [esi].currency
git-svn-id: trunk@1098 -
This commit is contained in:
parent
d56e29b9dd
commit
23d1caba7e
@ -1653,6 +1653,8 @@ Unit Ra386int;
|
||||
if oper.opr.typ in [OPR_REFERENCE,OPR_LOCAL] then
|
||||
oper.SetSize(typesize,true);
|
||||
end;
|
||||
else
|
||||
oper.SetSize(typesize,true);
|
||||
end;
|
||||
end
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user