Skip to content

Commit 857e48e

Browse files
committed
Import global_asm macro which now lives under core::arch
1 parent f5abf68 commit 857e48e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +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::convert::TryInto;
14-
use core::panic::PanicInfo;
13+
use core::{arch::global_asm, convert::TryInto, panic::PanicInfo};
1514
use core::{mem, slice};
1615
use fixedvec::alloc_stack;
1716
use usize_conversions::usize_from;

0 commit comments

Comments
 (0)