summary refs log tree commit diff stats
path: root/bsd-user/arm/target_arch_cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsd-user/arm/target_arch_cpu.h')
-rw-r--r--bsd-user/arm/target_arch_cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-user/arm/target_arch_cpu.h b/bsd-user/arm/target_arch_cpu.h
index bc2eaa0bf4..9a952ef0ff 100644
--- a/bsd-user/arm/target_arch_cpu.h
+++ b/bsd-user/arm/target_arch_cpu.h
@@ -46,7 +46,7 @@ static inline G_NORETURN void target_cpu_loop(CPUARMState *env)
         cpu_exec_start(cs);
         trapnr = cpu_exec(cs);
         cpu_exec_end(cs);
-        process_queued_cpu_work(cs);
+        qemu_process_cpu_events(cs);
         switch (trapnr) {
         case EXCP_UDEF:
         case EXCP_NOCP: