Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Cacodemon345 committed Dec 4, 2024
1 parent 9e67f91 commit ddea364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usb/usb_ohci_bochs.c
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ void usb_ohci_mem_write(uint32_t addr, uint32_t value, void* priv)
hub->op_regs.HcControl.ir = false;
}
/* FIXME: Figure out how is USB handed off from SMI on SiS 5600 chipsets. ACPI can be disabled on some of those as well */
else if (!stricmp(machine_get_internal_name(), "p6f99"))
else if (!strcmp(machine_get_internal_name(), "p6f99"))
{
/* Do nothing for now*/
}
Expand Down

0 comments on commit ddea364

Please sign in to comment.