summaryrefslogtreecommitdiff
path: root/compiler/hlcg2ll.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/hlcg2ll.pas')
-rw-r--r--compiler/hlcg2ll.pas4
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/hlcg2ll.pas b/compiler/hlcg2ll.pas
index 570844adca..b489dc4de7 100644
--- a/compiler/hlcg2ll.pas
+++ b/compiler/hlcg2ll.pas
@@ -1319,6 +1319,10 @@ implementation
ncgutil.maketojumpboollabels(list,p,truelabel,falselabel);
end;
+{$if first_mm_imreg = 0}
+ {$WARN 4044 OFF} { Comparison might be always false ... }
+{$endif}
+
procedure thlcg2ll.gen_load_para_value(list: TAsmList);
procedure get_para(const paraloc:TCGParaLocation);