Skip to content

Commit

Permalink
that was necessary for the static after all.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed May 22, 2024
1 parent 2ab6e46 commit 8fa334e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/asm_runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,5 +217,6 @@ core::arch::global_asm! {
}

/// The user-provided interrupt request handler function.
#[cfg(feature = "on_gba")]
pub static USER_IRQ_HANDLER: GbaCell<Option<unsafe extern "C" fn(IrqBits)>> =
GbaCell::new(None);

0 comments on commit 8fa334e

Please sign in to comment.