* grub-core/kern/arm/misc.S: Remove leftover ARM and THUMB.
This commit is contained in:
parent
f8772ea7f5
commit
29072e994e
2 changed files with 4 additions and 4 deletions
|
@ -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 a new issue