summaryrefslogtreecommitdiff
path: root/python/examples
diff options
context:
space:
mode:
Diffstat (limited to 'python/examples')
-rw-r--r--python/examples/wf_rewrite_push_pop.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/examples/wf_rewrite_push_pop.py b/python/examples/wf_rewrite_push_pop.py
index 8ae65212..005030e8 100644
--- a/python/examples/wf_rewrite_push_pop.py
+++ b/python/examples/wf_rewrite_push_pop.py
@@ -145,6 +145,5 @@ wf.register_activity(Activity(
# This action is run right after generateLiftedIL so we can poke the IL before LLIL flag and stack
# adjustment resolution happens.
-# core.function.generateLiftedIL -> (this) -> core.function.resetIndirectBranchesOnFullUpdate
-wf.insert("core.function.resetIndirectBranchesOnFullUpdate", ["extension.rewrite_push_pop.rewrite_action"])
+wf.insert_after("core.function.generateLiftedIL", ["extension.rewrite_push_pop.rewrite_action"])
wf.register()