diff options
Diffstat (limited to 'hw/usb.c')
| -rw-r--r-- | hw/usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb.c b/hw/usb.c index a326bcfffe..39d29f3daf 100644 --- a/hw/usb.c +++ b/hw/usb.c @@ -28,7 +28,7 @@ void usb_attach(USBPort *port, USBDevice *dev) { - port->attach(port, dev); + port->ops->attach(port, dev); } /**********************/ |