m32xreg
if (sizeof (struct m32xreg) != 256) {
kprintf("MN: sizeof(struct m32xreg) = %zd, should have been 256\n", sizeof (struct m32xreg));
sc->m32x = (struct m32xreg *) sc->m0v;
struct m32xreg *m32x;