summary refs log tree commit diff stats
path: root/hw/acpi/ghes-stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/acpi/ghes-stub.c')
-rw-r--r--hw/acpi/ghes-stub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/acpi/ghes-stub.c b/hw/acpi/ghes-stub.c
index c315de1802..2b64cbd281 100644
--- a/hw/acpi/ghes-stub.c
+++ b/hw/acpi/ghes-stub.c
@@ -11,7 +11,7 @@
 #include "qemu/osdep.h"
 #include "hw/acpi/ghes.h"
 
-int acpi_ghes_record_errors(uint8_t source_id, uint64_t physical_address)
+int acpi_ghes_record_errors(uint16_t source_id, uint64_t physical_address)
 {
     return -1;
 }