summaryrefslogtreecommitdiff
path: root/apps/plugins/rockboy/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockboy/cpu.c')
-rw-r--r--apps/plugins/rockboy/cpu.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/plugins/rockboy/cpu.c b/apps/plugins/rockboy/cpu.c
index c396b218f5..1ed62cab92 100644
--- a/apps/plugins/rockboy/cpu.c
+++ b/apps/plugins/rockboy/cpu.c
@@ -242,7 +242,7 @@ un32 reg_backup[16];
242struct dynarec_block *address_map[1<<HASH_SIGNIFICANT_LOWER_BITS]; 242struct dynarec_block *address_map[1<<HASH_SIGNIFICANT_LOWER_BITS];
243extern void *dynapointer; 243extern void *dynapointer;
244int blockcount; 244int blockcount;
245#define MAXBLOCK 3 245#define MAXBLOCK 10
246#endif 246#endif
247 247
248 248
@@ -943,8 +943,6 @@ next:
943 rb->splash(HZ*2,true,meow); 943 rb->splash(HZ*2,true,meow);
944 while(b&&b->address.d!=(ptr+PC)) { 944 while(b&&b->address.d!=(ptr+PC)) {
945 p=b; 945 p=b;
946 snprintf(meow,499,"next: 0x%x",b->next ? b->next->address.d : 0);
947 rb->splash(HZ*2,true,meow);
948 b=b->next; 946 b=b->next;
949 } 947 }
950 if(b) { // call block 948 if(b) { // call block