Fix incorrect assembly code in _msp430_run_array

This commit is contained in:
Jozef Lawrynowicz 2019-04-15 18:06:09 +01:00 committed by Corinna Vinschen
parent 2b4cf7622e
commit 38ecf252e5
1 changed files with 2 additions and 2 deletions

View File

@ -246,8 +246,8 @@ _msp430_run_array:
jeq _msp430_run_done
mov_ @R4, R7
add_ R6, R4
call_ @R7
br_ _msp430_run_array
call_ R7
br_ #_msp430_run_array
_msp430_run_done:
ret_