[OpenBIOS] SOLVED: the mystery of Solaris on SPARC32 and the missing Forth arguments

Mark Cave-Ayland mark.cave-ayland at siriusit.co.uk
Sun Oct 24 21:56:46 CEST 2010


Andreas Färber wrote:

>> -static void obp_reboot(char *str)
>> +void obp_putstr(char *str, int len)
>> {
>> +    PUSH((ucell)str);
> 
> PUSH(pointer2cell(str));
> 
>> @@ -449,11 +448,16 @@
>>   DPRINTF("obp_fortheval_v2(%s)\n", str);
>>   push_str(str);
>>   fword("eval");
>> +
>> }
> 
> Whitespace intentional?

Hi Andreas,

Have corrected both of these issues and committed - thanks for the review :)


ATB,

Mark.

-- 
Mark Cave-Ayland - Senior Technical Architect
PostgreSQL - PostGIS
Sirius Corporation plc - control through freedom
http://www.siriusit.co.uk
t: +44 870 608 0063

Sirius Labs: http://www.siriusit.co.uk/labs



More information about the OpenBIOS mailing list