[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

INHIBIT and user interrupt frames



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?