* internalerror in case a stringdef manages to get through to

tjvmvecnode.pass_generate_code() (should be handled earlier)

git-svn-id: branches/jvmbackend@18573 -
This commit is contained in:
Jonas Maebe 2011-08-20 08:11:43 +00:00
parent 564b8a2cf7
commit 207a4a32d3

View File

@ -199,13 +199,8 @@ implementation
var
newsize: tcgsize;
begin
{$ifndef nounsupported}
if left.resultdef.typ=stringdef then
begin
location:=left.location;
exit;
end;
{$endif}
internalerror(2011052702);
{ This routine is not used for Strings, as they are a class type and
you have to use charAt() there to load a character (and you cannot