瀏覽代碼

* generic second_addordinal can handle swapped nodes

florian 11 月之前
父節點
當前提交
0f39633acc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/ncgadd.pas

+ 1 - 1
compiler/ncgadd.pas

@@ -665,7 +665,7 @@ interface
         ovloc.loc:=LOC_VOID;
 
         pass_left_right;
-        force_reg_left_right(false,true);
+        force_reg_left_right(true,true);
         set_result_location_reg;
 
         { determine if the comparison will be unsigned }