diff --git a/src/instruction_handlers/ret.rs b/src/instruction_handlers/ret.rs index c3c6d053..a4f4e292 100644 --- a/src/instruction_handlers/ret.rs +++ b/src/instruction_handlers/ret.rs @@ -143,7 +143,7 @@ pub(crate) fn free_panic( vm, &Arguments::new(Predicate::Always, 0, ModeRequirements::none()), ); - tracer.before_instruction::, _>(vm); + tracer.after_instruction::, _>(vm); result }