Skip to content

Commit ae66c5c

Browse files
fix(sep): wrong bql assertion
1 parent 40d31c3 commit ae66c5c

File tree

1 file changed

+0
-2
lines changed
  • hw/arm/apple-silicon

1 file changed

+0
-2
lines changed

hw/arm/apple-silicon/sep.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3939,8 +3939,6 @@ static void apple_sep_cpu_moni_jump(CPUState *cpu, run_on_cpu_data data)
39393939
ARMCPU *arm_cpu = container_of(cpu, ARMCPU, parent_obj);
39403940
AppleSEPState *sep = data.host_ptr;
39413941

3942-
assert(bql_locked());
3943-
39443942
hwaddr load_addr = ((hwaddr *)sep->boot_monitor_regs)[0x20 / 8];
39453943

39463944
DPRINTF("%s: have load_addr 0x" HWADDR_FMT_plx "\n", __func__, load_addr);

0 commit comments

Comments
 (0)