equal
deleted
inserted
replaced
290 int valueIndex; |
290 int valueIndex; |
291 }; |
291 }; |
292 struct StoreSignalInstruction { |
292 struct StoreSignalInstruction { |
293 int signalIndex; |
293 int signalIndex; |
294 int value; |
294 int value; |
295 int context; |
295 short context; |
|
296 int name; |
296 }; |
297 }; |
297 struct AssignSignalObjectInstruction { |
298 struct AssignSignalObjectInstruction { |
298 int signal; |
299 int signal; |
299 }; |
300 }; |
300 struct CreateComponentInstruction { |
301 struct CreateComponentInstruction { |