* fixed compilation of length(unicode/ansistring) on JVM target after r25499

(we previously internally generated assigned(unicode/ansistring) nodes,
     which now cause typecheck errors because there is no special assigned
     handling anymore)

git-svn-id: trunk@25557 -
This commit is contained in:
Jonas Maebe 2013-09-24 23:57:17 +00:00
parent 1f783f539c
commit 20d6db20c8

View File

@ -578,7 +578,7 @@ implementation
else
begin
lefttemp:=nil;
stringtemp:=left;
stringtemp:=ctypeconvnode.create_explicit(left,stringclass);
end;
left:=nil;
lentemp:=ctempcreatenode.create(s32inttype,s32inttype.size,tt_persistent,true);