filename | src/sh4/sh4core.h |
changeset | 391:16afb90b5d47 |
prev | 378:f10fbdd4e24b |
next | 401:f79327f39818 |
author | nkeynes |
date | Tue Sep 18 09:14:20 2007 +0000 (14 years ago) |
permissions | -rw-r--r-- |
last change | Add sh4_raise_trap() routine Share the new fsca/ftrv code between core + trans |
file | annotate | diff | log | raw |
1.1 --- a/src/sh4/sh4core.h Wed Sep 12 09:20:38 2007 +00001.2 +++ b/src/sh4/sh4core.h Tue Sep 18 09:14:20 2007 +00001.3 @@ -1,5 +1,5 @@1.4 /**1.5 - * $Id: sh4core.h,v 1.23 2007-09-12 09:20:38 nkeynes Exp $1.6 + * $Id: sh4core.h,v 1.24 2007-09-18 09:14:20 nkeynes Exp $1.7 *1.8 * This file defines the internal functions exported/used by the SH4 core,1.9 * except for disassembly functions defined in sh4dasm.h1.10 @@ -98,6 +98,7 @@1.12 gboolean sh4_execute_instruction( void );1.13 gboolean sh4_raise_exception( int );1.14 +gboolean sh4_raise_trap( int );1.15 gboolean sh4_raise_slot_exception( int, int );1.16 gboolean sh4_raise_tlb_exception( int );1.17 void sh4_set_breakpoint( uint32_t pc, int type );
.