diff options
Diffstat (limited to 'python/architecture.py')
| -rw-r--r-- | python/architecture.py | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/python/architecture.py b/python/architecture.py index 098293a8..19ef7831 100644 --- a/python/architecture.py +++ b/python/architecture.py @@ -1716,9 +1716,8 @@ class Architecture(with_metaclass(_ArchitectureMetaClass, object)): :param LowLevelILOperation op: :param int size: :param str write_type: - :param operands: a list of either items that are either string register names or constant \ + :param operands: a list of either items that are either string register names or constant integer values :type operands: list(str) or list(int) - integer values :param LowLevelILFunction il: :rtype: LowLevelILExpr """ @@ -1729,9 +1728,8 @@ class Architecture(with_metaclass(_ArchitectureMetaClass, object)): :param LowLevelILOperation op: :param int size: :param FlagRole role: - :param operands: a list of either items that are either string register names or constant \ + :param operands: a list of either items that are either string register names or constant integer values :type operands: list(str) or list(int) - integer values :param LowLevelILFunction il: :rtype: LowLevelILExpr index """ @@ -2401,9 +2399,8 @@ class CoreArchitecture(Architecture): :param LowLevelILOperation op: :param int size: :param str write_type: - :param operands: a list of either items that are either string register names or constant \ + :param operands: a list of either items that are either string register names or constant integer values :type operands: list(str) or list(int) - integer values :param LowLevelILFunction il: :rtype: LowLevelILExpr """ |
