Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1109f115 authored by Nikola Veljkovic's avatar Nikola Veljkovic
Browse files

Replace .align with .balign to avoid ambiguity

Directive .align is arch-dependent, .balign is not.

Change-Id: Ibf2097da29f743f2c87c79d2a88ce1abd0aa6227
parent 1b9b2735
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -26,7 +26,7 @@
 * SUCH DAMAGE.
 * SUCH DAMAGE.
 */
 */
    .text
    .text
    .align 0
    .balign 0


    .global scanline_col32cb16blend_arm64
    .global scanline_col32cb16blend_arm64


+1 −1
Original line number Original line Diff line number Diff line
@@ -26,7 +26,7 @@
 * SUCH DAMAGE.
 * SUCH DAMAGE.
 */
 */
    .text
    .text
    .align 0
    .balign 0


    .global scanline_t32cb16blend_arm64
    .global scanline_t32cb16blend_arm64


+1 −1
Original line number Original line Diff line number Diff line
@@ -59,7 +59,7 @@
       .endm
       .endm


       .text
       .text
       .align 4
       .balign 4


       .global scanline_col32cb16blend_mips
       .global scanline_col32cb16blend_mips
       .ent    scanline_col32cb16blend_mips
       .ent    scanline_col32cb16blend_mips
+1 −1
Original line number Original line Diff line number Diff line
@@ -178,7 +178,7 @@ DBG .set pop
#endif
#endif


    .text
    .text
    .align 4
    .balign 4


    .global scanline_t32cb16blend_mips
    .global scanline_t32cb16blend_mips
    .ent    scanline_t32cb16blend_mips
    .ent    scanline_t32cb16blend_mips
+1 −1
Original line number Original line Diff line number Diff line
@@ -53,7 +53,7 @@
    .endm
    .endm


    .text
    .text
    .align
    .balign 4


    .global scanline_col32cb16blend_mips64
    .global scanline_col32cb16blend_mips64
    .ent    scanline_col32cb16blend_mips64
    .ent    scanline_col32cb16blend_mips64
Loading