Przeglądaj źródła

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

git-svn-id: branches/jvmbackend@18443 -
Jonas Maebe 14 lat temu
rodzic
commit
c5b39823e5
1 zmienionych plików z 2 dodań i 0 usunięć
  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 }