Skip to content
Snippets Groups Projects
Verified Commit e147b413 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Use llvm_asm feature

parent 2c0a2034
Branches
No related tags found
No related merge requests found
#![no_std]
#![feature(asm)]
#![no_main]
#![feature(llvm_asm)]
#![feature(const_fn)]
#![feature(core_intrinsics)]
#![feature(prelude_import)]
#![feature(try_trait)]
extern crate rlibc;
#[macro_use]
extern crate uefi_std as std;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment