mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-06 17:54:20 +01:00
tweak
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user