* internalerror if constructor not found in record

git-svn-id: branches/jvmbackend@18579 -
This commit is contained in:
Jonas Maebe 2011-08-20 08:12:15 +00:00
parent 223057f1a7
commit c995e56370

View File

@ -113,7 +113,9 @@ unit tgcpu;
pd:=tprocsym(sym).find_bytype_parameterless(potype_constructor);
if not assigned(pd) then
internalerror(2011032701);
end;
end
else
internalerror(2011060301);
hlcg.a_call_name(list,pd,pd.mangledname,false);
thlcgjvm(hlcg).decstack(list,1);
{ store reference to instance }