From 0e8987bb46b8aa33c5898d5effed25f1124e03dd Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Fri, 3 Jan 2020 21:51:50 -0500 Subject: Add types to HLIL expressions --- highlevelilinstruction.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'highlevelilinstruction.cpp') diff --git a/highlevelilinstruction.cpp b/highlevelilinstruction.cpp index 1468fa78..80d30a92 100644 --- a/highlevelilinstruction.cpp +++ b/highlevelilinstruction.cpp @@ -797,9 +797,7 @@ PossibleValueSet HighLevelILInstructionBase::GetPossibleValues(const set> HighLevelILInstructionBase::GetType() const { - if (!HasMediumLevelIL()) - return nullptr; - return GetMediumLevelILSSAForm().GetType(); + return function->GetExprType(exprIndex); } -- cgit v1.3.1