浏览代码

* fixed bug with set comparisons after r6172

git-svn-id: trunk@6181 -
Jonas Maebe 18 年之前
父节点
当前提交
cdb67cfc8b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/x86/nx86add.pas

+ 1 - 1
compiler/x86/nx86add.pas

@@ -403,7 +403,7 @@ unit nx86add;
         op     : TAsmOp;
       begin
         pass_left_right;
-        opsize:=int_cgsize(resultdef.size);
+        opsize:=int_cgsize(left.resultdef.size);
         case nodetype of
           equaln,
           unequaln :