- Timestamp:
- 09/12/11 13:48:31 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Compiler/Instruction.cs
r5809 r6740 30 30 // number of arguments of the current instruction 31 31 public byte nArguments; 32 // an optional short value (addresses for calls, argument index for arguments)33 public ushort iArg0;32 // an optional object value (addresses for calls, argument index for arguments) 33 public object iArg0; 34 34 } 35 35 }
Note: See TracChangeset
for help on using the changeset viewer.