From a69033fc9eedb88d178bd1cd3fc0c9c37872656f Mon Sep 17 00:00:00 2001 From: Jess Lovelace Date: Wed, 2 Feb 2022 16:53:26 -0500 Subject: [PATCH] fixed small issue --- src/acpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/acpi.c b/src/acpi.c index 6932bf1e4..af02aa692 100644 --- a/src/acpi.c +++ b/src/acpi.c @@ -1691,7 +1691,7 @@ acpi_reset(void *priv) - Bit 3: 80-conductor cable on secondary IDE channel (active low) - Bit 1: 80-conductor cable on primary IDE channel (active low) */ dev->regs.gpi_val = 0xfff57fc1; - if (!strcmp(machine_get_internal_name(machine), "ficva503a") || !strcmp(machine_get_internal_name(machine), "6via90ap")) + if (!strcmp(machine_get_internal_name(), "ficva503a") || !strcmp(machine_get_internal_name(), "6via90ap")) dev->regs.gpi_val |= 0x00000004; }