--- np2/i386c/ia32/cpu.h 2004/03/08 12:56:22 1.22 +++ np2/i386c/ia32/cpu.h 2004/03/10 23:01:08 1.24 @@ -1,4 +1,4 @@ -/* $Id: cpu.h,v 1.22 2004/03/08 12:56:22 monaka Exp $ */ +/* $Id: cpu.h,v 1.24 2004/03/10 23:01:08 yui Exp $ */ /* * Copyright (c) 2002-2003 NONAKA Kimihiro @@ -159,7 +159,7 @@ typedef struct { BYTE prefetch[CPU_PREFETCH_QUEUE_LENGTH]; SINT8 prefetch_remain; - UINT8 pad2[2]; + UINT8 pad2[3]; UINT32 adrsmask; UINT32 ovflag; @@ -582,7 +582,7 @@ void ia32reset(void); void ia32shut(void); void ia32(void); void ia32_step(void); -void CPUCALL ia32_interrupt(int vect); +void CPUCALL ia32_interrupt(int vect, int soft); void CPUCALL ia32_exception(int vect, int p1, int p2); void exec_1step(void);