Browse Source

Pull in the `x86` crate in lib.rs

master
3moon 8 years ago
parent
commit
1b68cf6258
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/lib.rs

+ 1
- 0
src/lib.rs View File

@ -9,6 +9,7 @@ extern crate log;
extern crate rlibc; extern crate rlibc;
extern crate spin; extern crate spin;
extern crate volatile; extern crate volatile;
extern crate x86;
mod arch; mod arch;
#[macro_use] #[macro_use]


Loading…
Cancel
Save