mirror of
https://github.com/italicsjenga/gba.git
synced 2024-12-23 19:01:30 +11:00
shouldn't this be pub?
This commit is contained in:
parent
84a4b4b89b
commit
da6ce44345
|
@ -136,7 +136,7 @@ extern "C" {
|
||||||
///
|
///
|
||||||
/// The actual value is unimportant, you just want to use the _address of_
|
/// The actual value is unimportant, you just want to use the _address of_
|
||||||
/// this location as the start of your IWRAM usage.
|
/// this location as the start of your IWRAM usage.
|
||||||
static __bss_end: u8;
|
pub static __bss_end: u8;
|
||||||
}
|
}
|
||||||
|
|
||||||
newtype! {
|
newtype! {
|
||||||
|
|
Loading…
Reference in a new issue