poke-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Correct the documented default ios endianness


From: Jose E. Marchesi
Subject: Re: [PATCH] Correct the documented default ios endianness
Date: Sat, 02 Nov 2019 21:14:05 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hi Egeyar.
    
    doc/poke.info states the following:
    'endian'
         Byte endianness that will be used when mapping the IO space.  Valid
         values are 'big', 'little' and 'host'.  The default endianness is
         the host endianness.
    
    However, my little endian machine seems to default to Big Endian. It seem
    the following line is causing that:
    jitter_state_runtime->endian = IOS_ENDIAN_MSB;

Yeah I fixed that today in another patch.
Thanks for reporting!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]