Search
lxdream.org :: lxdream/src/sh4/sh4.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4.c
changeset 1188:1cc9bb0b3848
prev1187:266e7a1bae90
next1194:ee6ce5804608
author nkeynes
date Fri Dec 02 18:14:27 2011 +1000 (12 years ago)
permissions -rw-r--r--
last change Handle calls to sh4_disasm_instruction when the memory isn't mapped
(as can happen if we try to print a translated block that's been unmapped)
file annotate diff log raw
1.1 --- a/src/sh4/sh4.c Tue Nov 29 17:52:43 2011 +1000
1.2 +++ b/src/sh4/sh4.c Fri Dec 02 18:14:27 2011 +1000
1.3 @@ -236,7 +236,7 @@
1.4 sh4r.new_pc = sh4r.pc+2;
1.5 sh4r.in_delay_slot = FALSE;
1.6 if( sh4_translate_get_profile_blocks() ) {
1.7 - xlat_dump_cache_by_activity(30);
1.8 + sh4_translate_dump_cache_by_activity(30);
1.9 }
1.10 }
1.11
.