summaryrefslogtreecommitdiff
path: root/psp/mips_emit.h
diff options
context:
space:
mode:
Diffstat (limited to 'psp/mips_emit.h')
-rw-r--r--psp/mips_emit.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/psp/mips_emit.h b/psp/mips_emit.h
index 7f5981d..09b2e7a 100644
--- a/psp/mips_emit.h
+++ b/psp/mips_emit.h
@@ -47,8 +47,6 @@ u32 execute_ror_flags_reg(u32 value, u32 shift);
void execute_aligned_store32(u32 address, u32 value);
u32 execute_aligned_load32(u32 address);
-void step_debug_mips(u32 pc);
-
void reg_check();
typedef enum
@@ -2520,10 +2518,6 @@ u8 swi_hle_handle[256] =
generate_load_pc(reg_a0, pc); \
generate_indirect_branch_no_cycle_update(type) \
-#define generate_step_debug() \
- generate_load_imm(reg_a0, pc); \
- generate_function_call(step_debug_mips) \
-
#define generate_update_pc_reg() \
generate_load_pc(reg_a0, pc); \
mips_emit_sw(reg_a0, reg_base, (REG_PC * 4)) \