--- a/src/sh4/sh4core.h Wed Jan 07 04:39:04 2009 +0000 +++ b/src/sh4/sh4core.h Wed Jan 07 05:45:15 2009 +0000 @@ -232,11 +232,11 @@ #define EXV_TLBMISS 0x400 /* TLB-miss exception vector */ #define EXV_INTERRUPT 0x600 /* External interrupt vector */ -gboolean FASTCALL sh4_raise_exception( int ); -gboolean FASTCALL sh4_raise_reset( int ); -gboolean FASTCALL sh4_raise_trap( int ); -gboolean FASTCALL sh4_raise_slot_exception( int, int ); -gboolean FASTCALL sh4_raise_tlb_exception( int ); +void FASTCALL sh4_raise_exception( int ); +void FASTCALL sh4_raise_reset( int ); +void FASTCALL sh4_raise_trap( int ); +void FASTCALL sh4_raise_tlb_exception( int, sh4vma_t ); +void FASTCALL sh4_raise_tlb_multihit( sh4vma_t ); void FASTCALL sh4_accept_interrupt( void ); /**