From 1c0b29dba212d75eb75b3235cf616f5fa476252e Mon Sep 17 00:00:00 2001 From: RKennedy9064 Date: Mon, 24 May 2021 19:27:14 -0500 Subject: [PATCH] Update interrupts.rs --- testing/src/interrupts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/src/interrupts.rs b/testing/src/interrupts.rs index 4a47680..7650e3e 100644 --- a/testing/src/interrupts.rs +++ b/testing/src/interrupts.rs @@ -2,7 +2,7 @@ use crate::gdt; use crate::{hlt_loop, serial_print, serial_println}; use conquer_once::spin::Lazy; use core::convert::Into; -use pic8259_simple::ChainedPics; +use pic8259::ChainedPics; use spinning_top::Spinlock; use x86_64::structures::idt::{InterruptDescriptorTable, InterruptStackFrame, PageFaultErrorCode};