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

[no subject]



    Date: 21 November 1981 15:37-EST
    From: William G. Dubuque <WGD at MIT-MC>
    Sender: BIL at MIT-MC
    (array-dimension-n () (*array () T 1)) =>
    .VAL 0; EROR%A+22>>PUSHJ P,UINT
    Couldn't this at least do some error checking when *RSET = T ?

That error is coming from the arg checking, which is being performed
with internal (INHIBIT) interrupts inhibited.  The fixnum check
should be moved out of the protected code.