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

Commit 78ea54f7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Replace .align with .balign to avoid ambiguity"

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

    .global scanline_col32cb16blend_arm64

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

    .global scanline_t32cb16blend_arm64

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

       .text
       .align 4
       .balign 4

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

    .text
    .align 4
    .balign 4

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

    .text
    .align
    .balign 4

    .global scanline_col32cb16blend_mips64
    .ent    scanline_col32cb16blend_mips64
Loading