mirror of
https://github.com/italicsjenga/gba.git
synced 2025-01-11 03:21:30 +11:00
triggered an ICE
This commit is contained in:
parent
e9b26f838b
commit
4c99082b20
|
@ -6,6 +6,7 @@ edition = "2018"
|
||||||
license = "Apache2"
|
license = "Apache2"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
gba-proc-macro = "0.1"
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
lto = true
|
lto = true
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
//! **Do not** use this crate in programs that aren't running on the GBA. If you
|
//! **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.
|
//! 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 macros; // un-comment once we get some
|
||||||
|
|
||||||
pub mod core_extras;
|
pub mod core_extras;
|
||||||
|
|
Loading…
Reference in a new issue