We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a912fed commit 0d61135Copy full SHA for 0d61135
src/abi.rs
@@ -14,7 +14,7 @@ impl<'a, 'gcc, 'tcx> AbiBuilderMethods<'tcx> for Builder<'a, 'gcc, 'tcx> {
14
// TODO(antoyo)
15
}
16
17
- fn get_param(&self, index: usize) -> Self::Value {
+ fn get_param(&mut self, index: usize) -> Self::Value {
18
self.cx.current_func.borrow().expect("current func")
19
.get_param(index as i32)
20
.to_rvalue()
0 commit comments