--- np2/i386c/ia32/interface.c 2004/02/04 13:24:35 1.10 +++ np2/i386c/ia32/interface.c 2004/02/18 20:11:37 1.12 @@ -1,4 +1,4 @@ -/* $Id: interface.c,v 1.10 2004/02/04 13:24:35 monaka Exp $ */ +/* $Id: interface.c,v 1.12 2004/02/18 20:11:37 yui Exp $ */ /* * Copyright (c) 2002-2003 NONAKA Kimihiro @@ -38,8 +38,9 @@ #endif -static void ia32_initreg(void) { - +void +ia32_initreg(void) +{ int i; CPU_STATSAVE.cpu_inst_default.seg_base = (DWORD)-1; @@ -210,7 +211,7 @@ ia32_step(void) } void CPUCALL -ia32_interrupt(BYTE vect) +ia32_interrupt(REG8 vect) { INTERRUPT(vect, 0, 0, 0);