* arm/redboot-crt0.S (__change_mode): Replace mov with movs.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user