* fixed skpara setter of tprocdef after r26332

git-svn-id: trunk@26471 -
This commit is contained in:
Jonas Maebe 2014-01-15 20:36:49 +00:00
parent a16543e81f
commit 67413a2823

View File

@ -4588,7 +4588,7 @@ implementation
begin
if not assigned(implprocdefinfo) then
internalerror(2014010311);
implprocdefinfo:=AValue;
implprocdefinfo^.skpara:=AValue;
end;