Search
lxdream.org :: lxdream/src/test/testsh4x86.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/test/testsh4x86.c
changeset 1189:1540105786c8
prev1112:4cac5e474d4c
next1263:b3de98d19faf
author nkeynes
date Mon Feb 13 21:02:42 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Move profile_block setting out of sh4x86 and back into sh4.c. Fix last bits
preventing non-translation build
file annotate diff log raw
1.1 --- a/src/test/testsh4x86.c Tue Jul 13 18:23:16 2010 +1000
1.2 +++ b/src/test/testsh4x86.c Mon Feb 13 21:02:42 2012 +1000
1.3 @@ -109,6 +109,7 @@
1.4 void FASTCALL sh4_raise_trap( int exc ) { }
1.5 void FASTCALL sh4_flush_store_queue( sh4addr_t addr ) { }
1.6 void FASTCALL sh4_flush_store_queue_mmu( sh4addr_t addr, void *exc ) { }
1.7 +void sh4_handle_pending_events() { }
1.8 uint32_t sh4_sleep_run_slice(uint32_t nanosecs) { return nanosecs; }
1.9 gboolean gui_error_dialog( const char *fmt, ... ) { return TRUE; }
1.10 gboolean FASTCALL mmu_update_icache( sh4vma_t addr ) { return TRUE; }
.