summaryrefslogtreecommitdiff
path: root/python/function.py
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2020-08-26 14:53:27 -0400
committerGlenn Smith <couleeapps@gmail.com>2020-08-26 15:04:59 -0400
commit3ca46b1097dc20813c9b3ea2d9c9657a09680d06 (patch)
treef2f57cb81d33478634a715468554a4672b4cac79 /python/function.py
parent3e1eb0eb575458a04c678ad413a2122fad7e0518 (diff)
More efficient analysis update
Diffstat (limited to 'python/function.py')
-rw-r--r--python/function.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/function.py b/python/function.py
index 58ed253e..1242c7e6 100644
--- a/python/function.py
+++ b/python/function.py
@@ -881,7 +881,7 @@ class Variable(object):
self._name = value
else:
self._function.create_user_var(self, self._type, "")
- self._function.view.update_analysis_and_wait()
+ self._function.reanalyze()
var = core.BNFromVariableIdentifier(self._identifier)
self._name = core.BNGetVariableName(self._function.handle, var)