diff --git a/compiler/nadd.pas b/compiler/nadd.pas index 33ec5ce355..b7ed1c1134 100644 --- a/compiler/nadd.pas +++ b/compiler/nadd.pas @@ -1203,8 +1203,11 @@ implementation ; end; end +{$ifndef jvm} else if (nodetype=equaln) and MatchAndTransformNodesCommutative(left,right,@IsLengthZero,@TransformLengthZero,Result) then - exit; + exit +{$endif jvm} + ; end; { using sqr(x) for reals instead of x*x might reduces register pressure and/or