소스 검색

* avoid internal error in case of an illegal assembler operand

git-svn-id: trunk@12612 -
florian 16 년 전
부모
커밋
35aed58faa
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      compiler/rautils.pas

+ 3 - 0
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;