• Emil Renner Berthing's avatar
    py: Use unsigned comparison of chars. · fdd6fa38
    Emil Renner Berthing authored
    On x86 chars are signed, but we're comparing a char to '0' + unsigned int,
    which is promoted to an unsigned int. Let's promote the char to unsigned
    before doing the comparison to avoid weird corner cases.
    fdd6fa38
emitinlinextensa.c 12.6 KB