mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-25 01:01: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);
|
INTERRUPTS_ENABLED.set(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
pub(crate) struct InterruptRoot {
|
struct InterruptRoot {
|
||||||
next: Cell<*const InterruptClosure>,
|
next: Cell<*const InterruptClosure>,
|
||||||
count: Cell<i32>,
|
count: Cell<i32>,
|
||||||
interrupt: Interrupt,
|
interrupt: Interrupt,
|
||||||
|
|
Loading…
Reference in a new issue