Browse Source

* fixed skpara setter of tprocdef after r26332

git-svn-id: trunk@26471 -
Jonas Maebe 11 years ago
parent
commit
67413a2823
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/symdef.pas

+ 1 - 1
compiler/symdef.pas

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