summaryrefslogtreecommitdiff
path: root/python/workflow.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/workflow.py')
-rw-r--r--python/workflow.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/workflow.py b/python/workflow.py
index bf48e5d8..6e4c6730 100644
--- a/python/workflow.py
+++ b/python/workflow.py
@@ -124,10 +124,10 @@ class AnalysisContext:
Set the Medium Level IL function in the current analysis, giving updated
Low Level IL (SSA) to Medium Level IL instruction and expression mappings.
:param new_func: New MLIL function
- :param llil_ssa_to_mlil_instr_map: Mapping from every LLIL SSA instruction to
+ :param llil_ssa_to_mlil_instr_map: Mapping from every LLIL SSA instruction to \
every MLIL instruction
- :param llil_ssa_to_mlil_expr_map: Mapping from every LLIL SSA expression to
- one or more MLIL expressions (first expression
+ :param llil_ssa_to_mlil_expr_map: Mapping from every LLIL SSA expression to \
+ one or more MLIL expressions (first expression \
will be the primary)
"""
if llil_ssa_to_mlil_instr_map is None or llil_ssa_to_mlil_expr_map is None: