summaryrefslogtreecommitdiff
path: root/arm/arm_emit.h
diff options
context:
space:
mode:
authoraliaspider2014-12-10 12:53:26 +0100
committeraliaspider2014-12-10 12:53:26 +0100
commita926a68eb30710c61ea3c0dbfa2597e96842d31e (patch)
tree161d00ad81625fa57eecb166b30a1719db001ebc /arm/arm_emit.h
parent6d7fd87e07f157237319b51a8e0583ce0a4a5e6d (diff)
downloadpicogpsp-a926a68eb30710c61ea3c0dbfa2597e96842d31e.tar.gz
picogpsp-a926a68eb30710c61ea3c0dbfa2597e96842d31e.tar.bz2
picogpsp-a926a68eb30710c61ea3c0dbfa2597e96842d31e.zip
cleanups
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