提交 c1db2919 编写于 作者: S Stefan Weil 提交者: Blue Swirl

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: NStefan Weil <sw@weilnetz.de>
Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
上级 249fe3f3
......@@ -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");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册