From 0f39633acc39fd200a3c8cc29a5c5efd8ffdf762 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 18 Aug 2024 22:02:55 +0200 Subject: [PATCH] * generic second_addordinal can handle swapped nodes --- compiler/ncgadd.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/ncgadd.pas b/compiler/ncgadd.pas index d282deac3c..1297cff1a2 100644 --- a/compiler/ncgadd.pas +++ b/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 }