Browse Source

* allow type postfix like: [esi].currency

git-svn-id: trunk@1098 -
florian 20 years ago
parent
commit
23d1caba7e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      compiler/i386/ra386int.pas

+ 2 - 0
compiler/i386/ra386int.pas

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