1042a1043,1048
> ConditionCode condCode;
> if(machInst.itstateMask) {
> condCode = (ConditionCode)(uint8_t)machInst.itstateCond;
> } else {
> condCode = COND_UC;
> }
1045c1051
< COND_UC);
---
> condCode);
1046a1053,1058
> ConditionCode condCode;
> if(machInst.itstateMask) {
> condCode = (ConditionCode)(uint8_t)machInst.itstateCond;
> } else {
> condCode = COND_UC;
> }
1049c1061
< COND_UC);
---
> condCode);