* fixed jvm compilation after r32517

git-svn-id: trunk@32549 -
This commit is contained in:
Jonas Maebe 2015-11-29 21:45:47 +00:00
parent 38f3644b0b
commit 6735def16f
2 changed files with 2 additions and 2 deletions

View File

@ -476,7 +476,7 @@ implementation
{ get the class representing the primitive type }
fvs:=search_struct_member(tobjectdef(corrclass),'FTYPE');
newpara:=nil;
if not handle_staticfield_access(fvs,false,newpara) then
if not handle_staticfield_access(fvs,newpara) then
internalerror(2011072417);
end
else

View File

@ -125,7 +125,7 @@ implementation
{ c) create loadnode of the field }
result:=nil;
if not handle_staticfield_access(classfield,false,result) then
if not handle_staticfield_access(classfield,result) then
internalerror(2011062606);
end;