Explorar el Código

* fixed skpara setter of tprocdef after r26332

git-svn-id: trunk@26471 -
Jonas Maebe hace 11 años
padre
commit
67413a2823
Se han modificado 1 ficheros con 1 adiciones y 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;