Skip to content

Commit

Permalink
limit compilation of arch to x86_64
Browse files Browse the repository at this point in the history
the current code only supports x86_64 (#1), and we want to fail hard on
any other architecture for now.
  • Loading branch information
edef1c committed Apr 15, 2015
1 parent ac4bbe7 commit 5856b11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ mod std { pub use core::*; }
pub mod context;
pub mod stack;

#[cfg(target_arch = "x86_64")]
mod arch;

#[cfg(feature = "os")]
Expand Down

0 comments on commit 5856b11

Please sign in to comment.