On 6/23/20 7:44 AM, Alex Bennée wrote: > + } else if (header.pc != get_pc(&ri[APPRENTICE])) { > + res = RES_MISMATCH_REG;
You need a new MISMATCH code, because this one implies that you have a reginfo struct to compare. But thanks, I'll incorporate this. r~