diff options
Diffstat (limited to 'hw/usb-musb.c')
-rw-r--r-- | hw/usb-musb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb-musb.c b/hw/usb-musb.c index 8e1e6ebfde..adc76a22c1 100644 --- a/hw/usb-musb.c +++ b/hw/usb-musb.c @@ -556,7 +556,7 @@ static int musb_timeout(int ttype, int speed, int val) /* TODO: what with low-speed Bulk and Isochronous? */ } - cpu_abort(cpu_single_env, "bad interval\n"); + hw_error("bad interval\n"); } static inline void musb_packet(struct musb_s *s, struct musb_ep_s *ep, |