On Saturday 22 September 2001 04:05 pm, Leon Brocard wrote:
> Attached patch makes sure you don't try and use register numbers over
> 31. That is, this patch allows registers I0-I31 and anything else gets
> a: Error (foo.pasm:0): Register 32 out of range (should be 0-31) in
> 'set_i_ic'
>

Except it shouldn't be 31.  It should be one less than NUM_REGISTERS as 
defined in parrot.h.

-- 
Bryan C. Warnock
[EMAIL PROTECTED]

Reply via email to