Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2012-05-02 12:09:45 +0400
committerCorinna Vinschen <corinna@vinschen.de>2012-05-02 12:09:45 +0400
commit03cd7bbbb161b2b3c163eadc7d42aa6f23e2a516 (patch)
treed1007282e635abcdacece4e6a24518ce0a17eacc /libgloss/arm
parent6f5a3401aa533191bda935b2e11ba92b08b45c19 (diff)
* arm/redboot-crt0.S (__change_mode): Replace mov with movs.
Diffstat (limited to 'libgloss/arm')
-rw-r--r--libgloss/arm/redboot-crt0.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/arm/redboot-crt0.S b/libgloss/arm/redboot-crt0.S
index dcd042c23..88eb60d30 100644
--- a/libgloss/arm/redboot-crt0.S
+++ b/libgloss/arm/redboot-crt0.S
@@ -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