mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -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:
+1
-1
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user