fix (again) the handling of read errors in the debugger
authorChristophe Rhodes <csr21@cantab.net>
Mon, 3 Jun 2013 08:47:32 +0000 (09:47 +0100)
committerChristophe Rhodes <csr21@cantab.net>
Mon, 3 Jun 2013 08:47:32 +0000 (09:47 +0100)
Actually the read errors were doing what we wanted, but EOF was no
longer popping one debugger level.  The control transfer is a bit
gnarly, so explicitly grab the restart we might want to use and pass
it as an argument to DEBUG-READ.


No differences found