Explorar o código

* fixed skpara setter of tprocdef after r26332

git-svn-id: trunk@26471 -
Jonas Maebe %!s(int64=11) %!d(string=hai) anos
pai
achega
67413a2823
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/symdef.pas

+ 1 - 1
compiler/symdef.pas

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