MC_STATUS_UC
uncor = (rec->mr_status & MC_STATUS_UC) != 0;
if (rec->mr_status & MC_STATUS_UC)
if ((status & MC_STATUS_UC) == 0)