mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
doesn't need to be public
This commit is contained in:
parent
5093884612
commit
c60eaaaff0
|
@ -91,7 +91,7 @@ fn disable_interrupts() {
|
|||
INTERRUPTS_ENABLED.set(0);
|
||||
}
|
||||
|
||||
pub(crate) struct InterruptRoot {
|
||||
struct InterruptRoot {
|
||||
next: Cell<*const InterruptClosure>,
|
||||
count: Cell<i32>,
|
||||
interrupt: Interrupt,
|
||||
|
|
Loading…
Reference in a new issue