From a926a68eb30710c61ea3c0dbfa2597e96842d31e Mon Sep 17 00:00:00 2001 From: aliaspider Date: Wed, 10 Dec 2014 12:53:26 +0100 Subject: cleanups --- cpu_threaded.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'cpu_threaded.c') diff --git a/cpu_threaded.c b/cpu_threaded.c index c0e27aa..5c73d9b 100644 --- a/cpu_threaded.c +++ b/cpu_threaded.c @@ -2846,7 +2846,6 @@ u8 function_cc *block_lookup_address_##type(u32 pc) \ sprintf(buffer, "bad jump %x (%x) (%x)\n", pc, reg[REG_PC], \ last_instruction); \ printf("%s", buffer); \ - quit(); \ } \ block_address = (u8 *)(-1); \ break; \ @@ -3285,8 +3284,7 @@ s32 translate_block_arm(u32 pc, translation_region_type while(pc != block_end_pc) { block_data[block_data_position].block_offset = translation_ptr; - arm_base_cycles(); - /*generate_step_debug();*/ + arm_base_cycles(); translate_arm_instruction(); block_data_position++; @@ -3503,8 +3501,7 @@ s32 translate_block_thumb(u32 pc, translation_region_type while(pc != block_end_pc) { block_data[block_data_position].block_offset = translation_ptr; - thumb_base_cycles(); - /*generate_step_debug();*/ + thumb_base_cycles(); translate_thumb_instruction(); block_data_position++; -- cgit v1.2.3