]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Do not try to abort pending requests at reset. Requests may have disappeared with...
authorToni Wilen <twilen@winuae.net>
Fri, 19 Feb 2016 19:03:52 +0000 (21:03 +0200)
committerToni Wilen <twilen@winuae.net>
Fri, 19 Feb 2016 19:03:52 +0000 (21:03 +0200)
sana2.cpp

index f3383ce9ab98d39fb4178aee52a4d21665101ef7..2867e33ed299604f18161b7c2343be61aab47bf7 100644 (file)
--- a/sana2.cpp
+++ b/sana2.cpp
@@ -1730,7 +1730,6 @@ static void dev_reset (void)
                        while (ar) {
                                if (!ar->ready) {
                                        dev->ar->ready = 1;
-                                       do_abort_async(NULL, dev, ar->request, ar->arequest);
                                }
                                ar = ar->next;
                        }