From a926a68eb30710c61ea3c0dbfa2597e96842d31e Mon Sep 17 00:00:00 2001 From: aliaspider Date: Wed, 10 Dec 2014 12:53:26 +0100 Subject: cleanups --- arm/arm_emit.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'arm/arm_emit.h') diff --git a/arm/arm_emit.h b/arm/arm_emit.h index c77d7e1..cf2602e 100644 --- a/arm/arm_emit.h +++ b/arm/arm_emit.h @@ -45,9 +45,6 @@ void execute_swi_thumb(u32 pc); void function_cc execute_store_u32_safe(u32 address, u32 source); -void step_debug_arm(u32 pc); - - #define write32(value) \ *((u32 *)translation_ptr) = value; \ translation_ptr += 4 \ @@ -1958,9 +1955,5 @@ void execute_swi_hle_div_c() generate_update_pc(pc); \ generate_indirect_branch_no_cycle_update(type) \ -#define generate_step_debug() \ - generate_function_call(step_debug_arm); \ - write32(pc) \ - #endif -- cgit v1.2.3