summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/lowlevelil.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/lowlevelil.py b/python/lowlevelil.py
index 82a09603..65134939 100644
--- a/python/lowlevelil.py
+++ b/python/lowlevelil.py
@@ -5797,10 +5797,10 @@ class LowLevelILFunction:
loc: Optional['ILSourceLocation'] = None
) -> ExpressionIndex:
"""
- ``int_to_float`` converts floating point value of expression ``value`` to size ``size`` potentially setting flags
+ ``float_convert`` converts floating point value of expression ``value`` to size ``size`` potentially setting flags
:param int size: the size of the result in bytes
- :param ExpressionIndex value: the expression to negate
+ :param ExpressionIndex value: the expression to convert to a float of ``size`` bytes
:param str flags: optional, flags to set
:param ILSourceLocation loc: location of returned expression
:return: The expression ``fconvert.<size>{<flags>}(value)``