wasm_interp: fix a bug in implicit return

This commit is contained in:
Brian Carroll 2022-12-09 21:16:01 +00:00
parent 90449f45f3
commit 18e9051760
No known key found for this signature in database
GPG key ID: 5C7B2EC4101703C0
2 changed files with 2 additions and 1 deletions

View file

@ -12,6 +12,7 @@ use crate::call_stack::CallStack;
use crate::value_stack::ValueStack;
use crate::{Error, ImportDispatcher};
#[derive(Debug)]
pub enum Action {
Continue,
Break,