Skip to content

Commit bdb49cd

Browse files
committed
Update for latest nightly changes
1 parent 4331e0d commit bdb49cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ compile_error!("The bootloader crate must be compiled for the `x86_64-bootloader
1010
extern crate rlibc;
1111

1212
use bootloader::bootinfo::{BootInfo, FrameRange};
13+
use core::arch::asm;
1314
use core::convert::TryInto;
1415
use core::panic::PanicInfo;
1516
use core::{mem, slice};

0 commit comments

Comments
 (0)