Signed-off-by: Igor Mammedov <[email protected]>
---
hw/i386/acpi-build.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c
index 5fc8019..7ac46f4 100644
--- a/hw/i386/acpi-build.c
+++ b/hw/i386/acpi-build.c
@@ -2426,7 +2426,6 @@ build_srat(GArray *table_data, GArray *linker,
MachineState *machine)
srat = acpi_data_push(table_data, sizeof *srat);
srat->reserved1 = cpu_to_le32(1);
- core = (void *)(srat + 1);
for (i = 0; i < apic_id_list->len; i++) {
CPUArchId id = FETCH_CPU_ARCH_ID(apic_id_list, i);
--
1.8.3.1