diff options
Diffstat (limited to 'hw/apic.h')
| -rw-r--r-- | hw/apic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/apic.h b/hw/apic.h index d6d6d440ee..62179cebee 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 |