diff options
Diffstat (limited to 'src/arch/x86_64/interrupt')
| -rw-r--r-- | src/arch/x86_64/interrupt/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86_64/interrupt/mod.rs b/src/arch/x86_64/interrupt/mod.rs index 6591bde..9273ef7 100644 --- a/src/arch/x86_64/interrupt/mod.rs +++ b/src/arch/x86_64/interrupt/mod.rs @@ -27,6 +27,7 @@ extern "C" { // [48:63] - addr[16:31] // [64:95] - addr[32:63] #[repr(C)] +#[repr(packed)] pub struct GateDescriptor64 { pub offset_1: u16, pub selector: u16, |
