Port-arm archive

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

Re: can not download IMAP messages with isync/mbsync



mouse%Rodents-Montreal.ORG@localhost (Mouse) writes:

>.Lmain_loop:
>#ifdef STRNLEN
>        cmp     r0, r5                  /* gone too far? */
>        bge     .Lmaxed_out             /*   yes, return maxlen */
>#endif

bge is a signed comparison, it needs to be unsigned for pointers.



Home | Main Index | Thread Index | Old Index