Fix non-packed TSS struct

This commit is contained in:
Justin C. Miller
2018-05-21 00:57:02 -07:00
parent 0c8bcb2400
commit e6f819ed90

View File

@@ -53,7 +53,7 @@ struct tss_entry
uint64_t reserved1;
uint16_t reserved2;
uint16_t iomap_offset;
};
} __attribute__ ((packed));
struct idt_descriptor
{