mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-20 16:28:41 +00:00
DSPSpy: Add missing jumps to end_of_test
Without this, execution continues beyond the end of the function, into the great unknown (probably eventually falling into either code left from a previous test, or the start of the DSP ROM). end_of_test is just an infinite loop to stop executing until the DSP is reset.
This commit is contained in:
parent
4f6d474e52
commit
c34a738b4c
3 changed files with 7 additions and 3 deletions
|
@ -138,3 +138,6 @@ sub $acc1, $acc0
|
|||
set16
|
||||
|
||||
call send_back ; 20
|
||||
|
||||
; We're done, DO NOT DELETE THIS LINE
|
||||
jmp end_of_test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue