forked from M-Labs/artiq-zynq
use C ABI for attribute writeback typeinfo
This commit is contained in:
parent
3b52d3e765
commit
4d3895094d
|
@ -25,12 +25,14 @@ extern "C" {
|
|||
}
|
||||
|
||||
unsafe fn attribute_writeback(typeinfo: *const ()) {
|
||||
#[repr(C)]
|
||||
struct Attr {
|
||||
offset: usize,
|
||||
tag: CSlice<'static, u8>,
|
||||
name: CSlice<'static, u8>,
|
||||
}
|
||||
|
||||
#[repr(C)]
|
||||
struct Type {
|
||||
attributes: *const *const Attr,
|
||||
objects: *const *const (),
|
||||
|
|
Loading…
Reference in New Issue