aboutsummaryrefslogtreecommitdiff
path: root/hw/apic.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/apic.h')
-rw-r--r--hw/apic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/apic.h b/hw/apic.h
index d6d6d440e..62179cebe 100644
--- a/hw/apic.h
+++ b/hw/apic.h
@@ -22,7 +22,7 @@ void apic_handle_tpr_access_report(DeviceState *d, target_ulong ip,
TPRAccess access);
/* pc.c */
-int cpu_is_bsp(CPUState *env);
+int cpu_is_bsp(CPUX86State *env);
DeviceState *cpu_get_current_apic(void);
#endif