fix(vm): remote calls might resume where left off, without additional label...

This commit is contained in:
Alain Zscheile 2022-09-28 03:29:09 +02:00
parent 9c770e4015
commit 920983d003

View file

@ -152,8 +152,6 @@ impl Process {
}
pub fn run(&mut self, mut fuel: Option<&mut u64>) -> Result<(), Error> {
// especially necessary if we resume from a remote call...
verify_jumptarget_explicit(self.instrp.pos, "init-run", &self.instrp)?;
loop {
let previptr = self.instrp.pos;
tracing::trace!("previptr = {}", previptr);