mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-07 23:17:43 -07:00
usb: Fix compilation for MinGW (regression)
84f2d0ea added an argument to function usb_host_info.
The stub function must match the declaration in usb.h.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
249fe3f3e9
commit
c1db29199e
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
#include "hw/usb.h"
|
||||
#include "monitor/monitor.h"
|
||||
|
||||
void usb_host_info(Monitor *mon)
|
||||
void usb_host_info(Monitor *mon, const QDict *qdict)
|
||||
{
|
||||
monitor_printf(mon, "USB host devices not supported\n");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue