Browse Source

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

git-svn-id: branches/jvmbackend@18443 -
Jonas Maebe 14 years ago
parent
commit
c5b39823e5
1 changed files with 2 additions and 0 deletions
  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 }