Fix compilation on x86

This commit is contained in:
Jeremy Soller
2022-08-20 18:11:57 -06:00
parent d3f42989c9
commit 01e4bc899e
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ use core::sync::atomic::AtomicBool;
use alloc::sync::Arc;
use crate::gdt::{GDT, GDT_TSS};
use crate::paging::{RmmA, RmmArch};
use crate::paging::{RmmA, RmmArch, TableKind};
use crate::syscall::FloatRegisters;
use memoffset::offset_of;