Search
lxdream.org :: lxdream/src/test/testsh4x86.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/test/testsh4x86.c
changeset 740:dd11269ee48b
prev672:cc2c2b0ab272
next775:b50989a63120
author nkeynes
date Mon Jul 21 00:08:34 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Add gettext.h and build sanely without libintl if it's not available
Remove x86dasm's config.h & opintl.h (no longer needed and actually wrong)
file annotate diff log raw
1.1 --- a/src/test/testsh4x86.c Sun May 25 20:59:29 2008 +0000
1.2 +++ b/src/test/testsh4x86.c Mon Jul 21 00:08:34 2008 +0000
1.3 @@ -73,8 +73,9 @@
1.4 void sh4_accept_interrupt() {}
1.5 void sh4_set_breakpoint( uint32_t pc, breakpoint_type_t type ) { }
1.6 gboolean sh4_clear_breakpoint( uint32_t pc, breakpoint_type_t type ) { }
1.7 -gboolean sh4_is_using_xlat() { return TRUE; }
1.8 int sh4_get_breakpoint( uint32_t pc ) { }
1.9 +void sh4_core_exit( int exit_code ){}
1.10 +void sh4_flush_icache(){}
1.11 void event_execute() {}
1.12 void TMU_run_slice( uint32_t nanos ) {}
1.13 void SCIF_run_slice( uint32_t nanos ) {}
.