revision 385:766eca01ef4d
summary |
tree |
shortlog |
changelog |
graph |
changeset |
raw | bz2 | zip | gz changeset | 385:766eca01ef4d |
parent | 384:c9d5c194984b |
child | 386:6fb10951326a |
author | nkeynes |
date | Sun Sep 16 07:01:35 2007 +0000 (14 years ago) |
Add stub for syscall method
1.1 --- a/src/test/testsh4x86.c Sun Sep 16 07:01:07 2007 +00001.2 +++ b/src/test/testsh4x86.c Sun Sep 16 07:01:35 2007 +00001.3 @@ -1,5 +1,5 @@1.4 /**1.5 - * $Id: testsh4x86.c,v 1.4 2007-09-11 02:14:46 nkeynes Exp $1.6 + * $Id: testsh4x86.c,v 1.5 2007-09-16 07:01:35 nkeynes Exp $1.7 *1.8 * Test cases for the SH4 => x86 translator core. Takes as1.9 * input a binary SH4 object (and VMA), generates the1.10 @@ -75,6 +75,7 @@1.11 void sh4_write_long( uint32_t addr, uint32_t val ) {}1.12 void sh4_flush_store_queue( uint32_t addr ) {}1.13 void sh4_write_sr( uint32_t val ) { }1.14 +void syscall_invoke( uint32_t val ) { }1.15 uint32_t sh4_read_sr( void ) { }1.16 gboolean sh4_raise_exception( int exc ) {}
.