瀏覽代碼

* allow type postfix like: [esi].currency

git-svn-id: trunk@1098 -
florian 20 年之前
父節點
當前提交
23d1caba7e
共有 1 個文件被更改,包括 2 次插入0 次删除
  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