+ fake shortstring temp support

git-svn-id: branches/jvmbackend@18542 -
This commit is contained in:
Jonas Maebe 2011-08-20 08:08:54 +00:00
parent 1c1fe26ebd
commit 000c502c9c

View File

@ -129,6 +129,19 @@ unit tgcpu;
result:=true;
{$endif}
end;
stringdef:
begin
if is_shortstring(def) then
begin
{$ifndef nounsupported}
gettemp(list,java_jlobject.size,java_jlobject.alignment,temptype,ref);
result:=true;
{$else}
internalerror(2011051701);
{$endif}
end;
end;
end;
end;