Use .syntax unified instead of .syntax divided.
This commit is contained in:
parent
577c9d55da
commit
571c69656a
|
@ -27,7 +27,7 @@
|
|||
*/
|
||||
|
||||
.arm
|
||||
.syntax divided
|
||||
.syntax unified
|
||||
.global __aeabi_memmove
|
||||
.type __aeabi_memmove, %function
|
||||
ASM_ALIAS __aeabi_memmove4 __aeabi_memmove
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
*/
|
||||
|
||||
.arm
|
||||
.syntax divided
|
||||
.syntax unified
|
||||
.global __aeabi_memset
|
||||
.type __aeabi_memset, %function
|
||||
ASM_ALIAS __aeabi_memset4 __aeabi_memset
|
||||
|
|
Loading…
Reference in New Issue