You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`InterpretedInstance::execute_from_state` for pure execution was using
`num_insns` instead of `instret_end` in the `ExecutionCtx` constructor.
This was not caught because we currently only ever execute from
`instret=0`.
0 commit comments