diff options
Diffstat (limited to 'hw/pc.h')
| -rw-r--r-- | hw/pc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pc.h b/hw/pc.h index 8e1dd4cad4..c967e9f822 100644 --- a/hw/pc.h +++ b/hw/pc.h @@ -109,7 +109,7 @@ void ioapic_init_gsi(GSIState *gsi_state, const char *parent_name); /* acpi.c */ extern int acpi_enabled; -extern char *acpi_tables; +extern char unsigned *acpi_tables; extern size_t acpi_tables_len; void acpi_bios_init(void); |