diff options
author | Paul Brook <paul@codesourcery.com> | 2009-05-08 02:35:15 +0100 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-05-08 02:35:15 +0100 |
commit | 2ac711791b2e4aabc5e4046b7428727828c705eb (patch) | |
tree | c4ed47028dee4949cc7eace9760a20d1759406e2 /hw/usb-musb.c | |
parent | e612a1f7256bb3546cf3e9ae6cad3997c4153663 (diff) |
Replace cpu_abort with hw_error
Signed-off-by: Paul Brook <paul@codesourcery.com>
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, |