This commit is contained in:
jussisaurio
2024-08-17 14:24:20 +03:00
parent b7fbe57ca7
commit 2b71a5802d

View File

@@ -907,14 +907,11 @@ impl BytecodeGenerator {
)?;
}
OpStepResult::Done => {
break;
self.epilogue(init_label, halt_label, start_offset)?;
return self.build();
}
}
}
self.epilogue(init_label, halt_label, start_offset)?;
self.build()
}
}