Fix else not pushing argument copy

This commit is contained in:
Rerumu 2022-06-12 02:55:18 -04:00
parent 954f133557
commit 6cdf793818

View File

@ -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();