--- np2/i286a/i286a.c 2004/01/05 15:47:18 1.7 +++ np2/i286a/i286a.c 2004/01/07 12:51:29 1.8 @@ -83,6 +83,11 @@ static void i286a_initreg(void) { void i286a_reset(void) { +#if 0 + if (offsetof(I286CORE, m) != 120) { + exit(1); + } +#endif ZeroMemory(&i286acore.s, sizeof(i286acore.s)); i286a_initreg(); }