fuzzbug fix
This commit is contained in:
parent
83c4777895
commit
925c57be9e
|
@ -211,5 +211,3 @@ impl Shape {
|
||||||
Shape::None
|
Shape::None
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -917,7 +917,7 @@ impl<'a, 'b> FunctionBodyBuilder<'a, 'b> {
|
||||||
results,
|
results,
|
||||||
} = self.ctrl_stack.pop().unwrap()
|
} = self.ctrl_stack.pop().unwrap()
|
||||||
{
|
{
|
||||||
let if_results = self.pop_n(results.len());
|
let if_results = self.block_results(results.len(), start_depth);
|
||||||
self.emit_branch(out, &if_results[..]);
|
self.emit_branch(out, &if_results[..]);
|
||||||
self.op_stack.truncate(start_depth);
|
self.op_stack.truncate(start_depth);
|
||||||
self.op_stack.extend(param_values);
|
self.op_stack.extend(param_values);
|
||||||
|
|
Loading…
Reference in a new issue