mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 07:09:38 +01:00
* Fixed crash bug with IMPLEMENTS due to the changes earlier today. (No longer dereferences VtblImplIntf when we should not)
git-svn-id: trunk@6221 -
This commit is contained in:
parent
a33d1b843a
commit
997f254ff7
@ -521,7 +521,7 @@ implementation
|
||||
ImplIntf.AddImplProc(implprocdef)
|
||||
end
|
||||
else
|
||||
if ImplIntf.VtblImplIntf.IType = etStandard then
|
||||
if ImplIntf.IType = etStandard then
|
||||
Message1(sym_e_no_matching_implementation_found,tprocdef(def).fullprocname(false));
|
||||
end;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user