1138,1142d1137
< case 0x1:
< return new Cbz(machInst,
< (bits(machInst, 9) << 6) |
< (bits(machInst, 7, 3) << 1),
< (IntRegIndex)(uint32_t)bits(machInst, 2, 0));
1159a1155
> case 0x1:
1185,1189d1180
< case 0x9:
< return new Cbnz(machInst,
< (bits(machInst, 9) << 6) |
< (bits(machInst, 7, 3) << 1),
< (IntRegIndex)(uint32_t)bits(machInst, 2, 0));
1205a1197
> case 0x9: