* suppress warning for targets without MM registers

git-svn-id: trunk@42214 -
This commit is contained in:
florian 2019-06-11 20:03:47 +00:00
parent dec03b5ac7
commit 73c8861929

View File

@ -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);