[openfirmware] [commit] r1834 - forth/lib

Mitch Bradley wmb at laptop.org
Fri Jun 25 09:07:01 CEST 2010


Actually should be @ / ! everywhere.  Thanks for finding the problem.

Segher Boessenkool wrote:
>> +: getq  ( q -- char )
>> +   dup >qgetp @                                         ( q getptr )
>
>> +: qempty?  ( q -- flag )  dup >qgetp l@  swap >qputp @ =  ;
>> +: qfull?   ( q -- flag )  dup >qputp l@  decqp  swap >qgetp @ =  ;
>
> @ should be l@ everywhere here?
>
>
> Segher
>
>
> _______________________________________________
> openfirmware mailing list
> openfirmware at openfirmware.info
> https://openfirmware.info/mailman/listinfo/openfirmware



More information about the openfirmware mailing list