summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lowlevelilinstruction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lowlevelilinstruction.cpp b/lowlevelilinstruction.cpp
index 8259426a..6b67ef72 100644
--- a/lowlevelilinstruction.cpp
+++ b/lowlevelilinstruction.cpp
@@ -1489,7 +1489,7 @@ void LowLevelILInstruction::VisitExprs(const std::function<bool(const LowLevelIL
i.VisitExprs(func);
break;
case LLIL_SYSCALL_SSA:
- for (auto& i : GetParameterExprs<LLIL_CALL_SSA>())
+ for (auto& i : GetParameterExprs<LLIL_SYSCALL_SSA>())
i.VisitExprs(func);
break;
case LLIL_RET: