mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 22:07:56 +02:00
* fixed jvm compilation after r32517
git-svn-id: trunk@32549 -
This commit is contained in:
parent
38f3644b0b
commit
6735def16f
@ -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
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user