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

Re: Need help fixing ruby2.3 please



John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> writes:

> Hi Andreas!
>
> Thank you very much! I'm trying this patch right away.
>
> On 03/25/2016 08:36 PM, Andreas Schwab wrote:
>>  int
>> -rb_locale_charmap_index(VALUE klass)
>> +rb_locale_charmap_index(void)
>
> This is very interesting. Reminds me of the classical data vs. pointer
> problem which often arises on m68k.

No, this has nothing to do with pointers (VALUE is plain integer).  It's
about a tail call overwriting the (non-existing) argument.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Reply to: