Browse Source

* suppress warning for targets without MM registers

git-svn-id: trunk@42214 -
florian 6 năm trước cách đây
mục cha
commit
73c8861929
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      compiler/hlcg2ll.pas

+ 4 - 0
compiler/hlcg2ll.pas

@@ -1319,6 +1319,10 @@ implementation
       ncgutil.maketojumpboollabels(list,p,truelabel,falselabel);
       ncgutil.maketojumpboollabels(list,p,truelabel,falselabel);
     end;
     end;
 
 
+{$if first_mm_imreg = 0}
+  {$WARN 4044 OFF} { Comparison might be always false ... }
+{$endif}
+
   procedure thlcg2ll.gen_load_para_value(list: TAsmList);
   procedure thlcg2ll.gen_load_para_value(list: TAsmList);
 
 
     procedure get_para(const paraloc:TCGParaLocation);
     procedure get_para(const paraloc:TCGParaLocation);