From bdb49cd0677d12294e11e40e79abcc7c8b335b93 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Sun, 9 Jan 2022 15:52:15 +0100 Subject: [PATCH] Update for latest nightly changes --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 209218cf..207a16d8 100644 --- a/src/main.rs +++ b/src/main.rs @@ -10,6 +10,7 @@ compile_error!("The bootloader crate must be compiled for the `x86_64-bootloader extern crate rlibc; use bootloader::bootinfo::{BootInfo, FrameRange}; +use core::arch::asm; use core::convert::TryInto; use core::panic::PanicInfo; use core::{mem, slice};