mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-05-04 11:53:31 +02:00
cleanups
This commit is contained in:
@@ -45,7 +45,6 @@
|
||||
.global execute_arm_translate
|
||||
.global invalidate_icache_region
|
||||
.global invalidate_all_cache
|
||||
.global step_debug_mips
|
||||
.global reg_check
|
||||
|
||||
.global memory_map_read
|
||||
@@ -3403,19 +3402,6 @@ iac_loop:
|
||||
jr $ra # return
|
||||
nop
|
||||
|
||||
|
||||
step_debug_mips:
|
||||
addiu $sp, $sp, -4
|
||||
sw $ra, ($sp)
|
||||
collapse_flags
|
||||
save_registers
|
||||
jal step_debug
|
||||
addiu $5, $17, 0
|
||||
restore_registers
|
||||
lw $ra, ($sp)
|
||||
jr $ra
|
||||
addiu $sp, $sp, 4
|
||||
|
||||
memory_map_read:
|
||||
.space 0x8000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user