summaryrefslogtreecommitdiff
path: root/python/highlevelil.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/highlevelil.py')
-rw-r--r--python/highlevelil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/highlevelil.py b/python/highlevelil.py
index 831d232d..26ad5045 100644
--- a/python/highlevelil.py
+++ b/python/highlevelil.py
@@ -590,7 +590,7 @@ class HighLevelILInstruction(object):
"""Value of expression if constant or a known value (read-only)"""
mlil = self.mlil
if mlil is None:
- return variable.RegisterValue()
+ return variable.Undetermined()
return mlil.value
@property