public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Fix incorrect assembly code in _msp430_run_array
@ 2019-04-16 11:24 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2019-04-16 11:24 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=38ecf252e56326bbdb5952ca75a8fad99cd1679d

commit 38ecf252e56326bbdb5952ca75a8fad99cd1679d
Author: Jozef Lawrynowicz <jozef.l@mittosystems.com>
Date:   Mon Apr 15 18:06:09 2019 +0100

    Fix incorrect assembly code in _msp430_run_array

Diff:
---
 libgloss/msp430/crt0.S | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libgloss/msp430/crt0.S b/libgloss/msp430/crt0.S
index f5ab8d3..53162e6 100644
--- a/libgloss/msp430/crt0.S
+++ b/libgloss/msp430/crt0.S
@@ -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_


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-04-16 11:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-16 11:24 [newlib-cygwin] Fix incorrect assembly code in _msp430_run_array Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).