Fix else not pushing argument copy

This commit is contained in:
Rerumu
2022-06-12 04:27:16 -04:00
parent 954f133557
commit 6cdf793818
+1 -1
View File
@@ -415,7 +415,7 @@ impl<'a> Builder<'a> {
..Default::default() ..Default::default()
}; };
temp.push_temporary(self.target.num_result); temp.push_temporary(self.target.num_param);
self.end_block(); self.end_block();