[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
INHIBIT and user interrupt frames
- To: GSB at MIT-MC, (BUG LISP) at MIT-MC, EB at MIT-MC
- Subject: INHIBIT and user interrupt frames
- From: RWK at MIT-MC (Robert W. Kerns)
- Date: Fri, 20 Jun 80 08:36:00 GMT
- Original-date: 20 JUN 1980 0436-EDT
The .VALUE is because it gets an error while INHIBIT is set. This is
why autoloading from an interrupt handler often .VALUEs as well. This
has to be unrelated to the bug in FRETURN that I just fixed, since I know
the autoload bug has been there for a while. The bug I fixed was that
my patch changed the value of UISAVT, which is referenced exactly twice,
both times in UIBRK, which I fixed. I have to believe this is a separate
bug. JONL, I tend to think this one is yours, can you look at it?