re PR target/52507 ([avr]: movmem loop for __memx address space uses wrong loop label)

PR target/52507
	* config/avr/lib1funcs.S (__movmemx_hi): Fix loop label in RAM-part.

From-SVN: r185033
This commit is contained in:
Georg-Johann Lay 2012-03-07 10:39:42 +00:00 committed by Georg-Johann Lay
parent 42601c633c
commit 4e30d980cb
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2012-03-07 Georg-Johann Lay <avr@gjlay.de>
PR target/52507
* config/avr/lib1funcs.S (__movmemx_hi): Fix loop label in RAM-part.
2012-03-07 Georg-Johann Lay <avr@gjlay.de>
PR target/52505

View file

@ -2269,7 +2269,7 @@ DEFUN __movmemx_hi
;; and store that Byte to RAM Destination
st X+, r0
sbiw LOOP, 1
brne 0b
brne 1b
ret
ENDF __movmemx_hi