mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-06-27 05:32:07 +00:00
type removed
This commit is contained in:
@ -159,7 +159,7 @@ impl Interpreter {
|
|||||||
body_stack.push_back(instruction_body);
|
body_stack.push_back(instruction_body);
|
||||||
}
|
}
|
||||||
|
|
||||||
let non_empty_stack_reason: &'static str = "body_stack contains entry for every frame_stack; frame_stack is not empty; qed";
|
let non_empty_stack_reason = "body_stack contains entry for every frame_stack; frame_stack is not empty; qed";
|
||||||
loop {
|
loop {
|
||||||
let block_result = Interpreter::run_block_instructions(function_context, body_stack.back().expect(non_empty_stack_reason))?;
|
let block_result = Interpreter::run_block_instructions(function_context, body_stack.back().expect(non_empty_stack_reason))?;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user