소스 검색

+ internalerror when passing handling invalid integer size in loadstoreopc()

git-svn-id: branches/jvmbackend@18443 -
Jonas Maebe 14 년 전
부모
커밋
c5b39823e5
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      compiler/jvm/hlcgcpu.pas

+ 2 - 0
compiler/jvm/hlcgcpu.pas

@@ -1472,6 +1472,8 @@ implementation
                       result:=a_lload
                     else
                       result:=a_lstore;
+                  else
+                    internalerror(2011032814);
                 end;
               end
             { array }