mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 17:50:19 +02:00
* 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:
parent
564b8a2cf7
commit
207a4a32d3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user