We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7d54da commit cdb5469Copy full SHA for cdb5469
sys/src/linux/loongarch64.rs
@@ -574,7 +574,7 @@ pub const LV2_WORKER_PREFIX: &[u8; 33usize] = b"http://lv2plug.in/ns/ext/worker#
574
pub const LV2_WORKER__interface: &[u8; 42usize] = b"http://lv2plug.in/ns/ext/worker#interface\0";
575
pub const LV2_WORKER__schedule: &[u8; 41usize] = b"http://lv2plug.in/ns/ext/worker#schedule\0";
576
#[doc = " The header of an atom:Atom."]
577
-#[repr(C)]
+#[repr(C, align(8))]
578
#[derive(Debug, Copy, Clone)]
579
pub struct LV2_Atom {
580
#[doc = "< Size in bytes, not including type and size."]
0 commit comments