diff --git a/compiler/rautils.pas b/compiler/rautils.pas index 744b57ff9d..e9a8e63a2f 100644 --- a/compiler/rautils.pas +++ b/compiler/rautils.pas @@ -1058,6 +1058,9 @@ end; OPR_SHIFTEROP: ai.loadshifterop(i-1,shifterop); {$endif ARM} + { ignore wrong operand } + OPR_NONE: + ; else internalerror(200501051); end;