We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6909062 commit 1675348Copy full SHA for 1675348
python/examples/wf_rewrite_push_pop.py
@@ -145,6 +145,5 @@ def translate_instr(
145
146
# This action is run right after generateLiftedIL so we can poke the IL before LLIL flag and stack
147
# adjustment resolution happens.
148
-# core.function.generateLiftedIL -> (this) -> core.function.resetIndirectBranchesOnFullUpdate
149
-wf.insert("core.function.resetIndirectBranchesOnFullUpdate", ["extension.rewrite_push_pop.rewrite_action"])
+wf.insert_after("core.function.generateLiftedIL", ["extension.rewrite_push_pop.rewrite_action"])
150
wf.register()
0 commit comments