tags 514141 + help
thanks

Hi Peter,

The compilation problem seems to be due to a broken macro:

#define endian_swap16(x) \
({ \
    uint16_t __x = (x); \
    ((uint16_t)( \
        (uint16_t)(((uint16_t)(__x) & (uint16_t)0x000000ff) << 24) | \
        (uint16_t)(((uint16_t)(__x) & (uint16_t)0x0000ff00) << 8) | \
})

I have attached a patch to this email, but I don't have a mips machine to
test it on (casals seems to be down). Could you please confirm that this
patch resolves the compilation error?

Thanks,
Francois



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to