Quellcode durchsuchen

* generic second_addordinal can handle swapped nodes

florian vor 11 Monaten
Ursprung
Commit
0f39633acc
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      compiler/ncgadd.pas

+ 1 - 1
compiler/ncgadd.pas

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