mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-03 20:30:19 +00:00
* grub-core/kern/arm/misc.S: Remove leftover ARM and THUMB.
This commit is contained in:
parent
f8772ea7f5
commit
29072e994e
@ -1,3 +1,7 @@
|
||||
2013-10-08 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/kern/arm/misc.S: Remove leftover ARM and THUMB.
|
||||
|
||||
2013-10-08 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/misc.c: Remove leftover inclusion of malloc.h.
|
||||
|
@ -24,12 +24,8 @@
|
||||
.syntax unified
|
||||
#if !defined (__thumb2__)
|
||||
.arm
|
||||
#define ARM(x...) x
|
||||
#define THUMB(x...)
|
||||
#else
|
||||
.thumb
|
||||
#define THUMB(x...) x
|
||||
#define ARM(x...)
|
||||
#endif
|
||||
|
||||
.align 2
|
||||
|
Loading…
Reference in New Issue
Block a user