210c210,215
< return new WarnUnimplemented("bxj", machInst);
---
> {
> // On systems that don't support bxj, bxj == bx
> return new BxReg(machInst,
> (IntRegIndex)(uint32_t)bits(machInst, 19, 16),
> COND_UC);
> }