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