triggered an ICE

This commit is contained in:
Lokathor 2018-11-08 20:33:47 -07:00
parent e9b26f838b
commit 4c99082b20
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@ edition = "2018"
license = "Apache2"
[dependencies]
gba-proc-macro = "0.1"
[profile.release]
lto = true

View file

@ -14,6 +14,7 @@
//! **Do not** use this crate in programs that aren't running on the GBA. If you
//! do, it's a giant bag of Undefined Behavior.
pub(crate) use gba_proc_macro::bit_register;
//pub mod macros; // un-comment once we get some
pub mod core_extras;