Jelajahi Sumber

pass a cell as a VAR parameter in Context.FinishedProperties to allow patching of processors in AcHdlBackend

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@6539 8c9fc860-2736-0410-a75d-ab315db34111
eth.morozova 9 tahun lalu
induk
melakukan
d6419b61c7
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      source/ActiveCellsRuntime.mod

+ 1 - 1
source/ActiveCellsRuntime.mod

@@ -42,7 +42,7 @@ type
 		procedure AddIntegerProperty*(c: any; const name: array of char; value: longint);
 		end AddIntegerProperty;
 
-		procedure FinishedProperties*(c: any);
+		procedure FinishedProperties*(var c: any);
 		end FinishedProperties;
 
 		procedure Connect*(outPort, inPort: any; depth: longint);