summaryrefslogtreecommitdiff
path: root/arm/arm_emit.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm/arm_emit.h')
-rw-r--r--arm/arm_emit.h7
1 files changed, 0 insertions, 7 deletions
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