Convert repr(packed) to repr(C, packed).

This commit is contained in:
4lDO2
2024-09-08 20:48:05 +02:00
parent ea4cfb2cbf
commit 5f9a587968
+1 -1
View File
@@ -7,7 +7,7 @@ use crate::{
#[repr(transparent)]
struct BuddyUsage(u8);
#[repr(packed)]
#[repr(C, packed)]
struct BuddyEntry<A> {
base: PhysicalAddress,
size: usize,