Skip to content

Commit

Permalink
whoops we gotta keep those masked off.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed Jun 3, 2024
1 parent e4024d6 commit f842a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asm_runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ core::arch::global_asm! {
"push {{r3, lr}}",
a32_set_cpu_control!(System, irq_masked = true, fiq_masked = true),
a32_fake_blx!("r12"),
a32_set_cpu_control!(IRQ, irq_masked = false, fiq_masked = false),
a32_set_cpu_control!(IRQ, irq_masked = true, fiq_masked = true),
"pop {{r3, lr}}",
a32_write_spsr_from!("r3"),
}),
Expand Down

0 comments on commit f842a0a

Please sign in to comment.