* grub-core/kern/arm/cache.S: Don't switch back to ARM mode when
compiling to thumb2. * grub-core/kern/arm/cache_armv7.S: Likewise. * grub-core/lib/arm/setjmp.S: Likewise.
This commit is contained in:
parent
11a7793221
commit
9ef81064a3
4 changed files with 37 additions and 7 deletions
|
@ -21,7 +21,12 @@
|
|||
.file "cache.S"
|
||||
.text
|
||||
.syntax unified
|
||||
#if !defined (__thumb2__) || !defined (ARMV7)
|
||||
.arm
|
||||
#else
|
||||
.thumb
|
||||
#endif
|
||||
|
||||
#if !defined (ARMV6) && !defined (ARMV7)
|
||||
# error Unsupported architecture version!
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue