* arm/redboot-crt0.S (__change_mode): Replace mov with movs.

This commit is contained in:
Corinna Vinschen 2012-05-02 08:09:45 +00:00
parent 6f5a3401aa
commit 03cd7bbbb1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-05-02 Greta Yorsh <Greta.Yorsh@arm.com>
* arm/redboot-crt0.S (__change_mode): Replace mov with movs.
2012-03-23 Mike Frysinger <vapier@gentoo.org>
* cris/Makefile.in (install-lin): Add $(DESTDIR) before ${tooldir}.

View File

@ -97,7 +97,7 @@ __change_mode:
movs a1, #0
ldr a2, .LC3
mov a3, a2
movs a3, a2
bl SYM_NAME(main)
1: bl SYM_NAME(exit)
b 1b