Skip to content

Commit

Permalink
Import global_asm macro which now lives under core::arch
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Dec 20, 2021
1 parent f5abf68 commit 857e48e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +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::convert::TryInto;
use core::panic::PanicInfo;
use core::{arch::global_asm, convert::TryInto, panic::PanicInfo};
use core::{mem, slice};
use fixedvec::alloc_stack;
use usize_conversions::usize_from;
Expand Down

0 comments on commit 857e48e

Please sign in to comment.