diff options
Diffstat (limited to 'rust/examples')
| -rw-r--r-- | rust/examples/workflow.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/examples/workflow.rs b/rust/examples/workflow.rs index 2d8f0054..49560579 100644 --- a/rust/examples/workflow.rs +++ b/rust/examples/workflow.rs @@ -41,7 +41,7 @@ fn example_activity(analysis_context: &AnalysisContext) { } } } - analysis_context.set_lifted_il_function(&llil); + analysis_context.set_llil_function(&llil.finalized()); } } |
