We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d31c3 commit ae66c5cCopy full SHA for ae66c5c
hw/arm/apple-silicon/sep.c
@@ -3939,8 +3939,6 @@ static void apple_sep_cpu_moni_jump(CPUState *cpu, run_on_cpu_data data)
3939
ARMCPU *arm_cpu = container_of(cpu, ARMCPU, parent_obj);
3940
AppleSEPState *sep = data.host_ptr;
3941
3942
- assert(bql_locked());
3943
-
3944
hwaddr load_addr = ((hwaddr *)sep->boot_monitor_regs)[0x20 / 8];
3945
3946
DPRINTF("%s: have load_addr 0x" HWADDR_FMT_plx "\n", __func__, load_addr);
0 commit comments