소스 검색

* 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 }