This commit is contained in:
Brian Carroll 2022-12-01 21:56:59 +00:00
parent 04d493c49e
commit 0cf2f4f9e4
No known key found for this signature in database
GPG key ID: 9CF4E3BF9C4722C7
3 changed files with 3 additions and 4 deletions

View file

@ -377,7 +377,6 @@ impl<'a, I: ImportDispatcher> Instance<'a, I> {
if let Some(return_val) = optional_return_val {
self.value_stack.push(return_val);
}
return;
} else {
// call an internal Wasm function
let return_addr = self.program_counter as u32;