mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-25 00:04:11 +00:00
Added stub for new method in IntrinsicCallMethods
This commit is contained in:
parent
e1aecffe67
commit
30a682d633
@ -358,6 +358,15 @@ impl<'a, 'tcx> IntrinsicCallMethods<'tcx> for Builder<'a, 'tcx> {
|
||||
todo!()
|
||||
}
|
||||
|
||||
fn type_checked_load(
|
||||
&mut self,
|
||||
_llvtable: Self::Value,
|
||||
_vtable_byte_offset: u64,
|
||||
_typeid: Self::Value,
|
||||
) -> Self::Value {
|
||||
todo!()
|
||||
}
|
||||
|
||||
fn va_start(&mut self, _val: Self::Value) -> Self::Value {
|
||||
todo!()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user