Fix else
not pushing argument copy
This commit is contained in:
parent
954f133557
commit
6cdf793818
@ -415,7 +415,7 @@ impl<'a> Builder<'a> {
|
||||
..Default::default()
|
||||
};
|
||||
|
||||
temp.push_temporary(self.target.num_result);
|
||||
temp.push_temporary(self.target.num_param);
|
||||
|
||||
self.end_block();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user