Convert repr(packed) to repr(C, packed).
This commit is contained in:
@@ -7,7 +7,7 @@ use crate::{
|
||||
#[repr(transparent)]
|
||||
struct BuddyUsage(u8);
|
||||
|
||||
#[repr(packed)]
|
||||
#[repr(C, packed)]
|
||||
struct BuddyEntry<A> {
|
||||
base: PhysicalAddress,
|
||||
size: usize,
|
||||
|
||||
Reference in New Issue
Block a user