Comment 1 for bug 1925512

Revision history for this message
Richard Henderson (rth) wrote :

It's right there in trans_BLX_i:

    if (s->thumb && (a->imm & 2)) {
        return false;
    }