Fix incorrect assembly code in _msp430_run_array
This commit is contained in:
parent
2b4cf7622e
commit
38ecf252e5
|
@ -246,8 +246,8 @@ _msp430_run_array:
|
||||||
jeq _msp430_run_done
|
jeq _msp430_run_done
|
||||||
mov_ @R4, R7
|
mov_ @R4, R7
|
||||||
add_ R6, R4
|
add_ R6, R4
|
||||||
call_ @R7
|
call_ R7
|
||||||
br_ _msp430_run_array
|
br_ #_msp430_run_array
|
||||||
|
|
||||||
_msp430_run_done:
|
_msp430_run_done:
|
||||||
ret_
|
ret_
|
||||||
|
|
Loading…
Reference in New Issue