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

Commit b36ebd05 authored by Nikola Veljkovic's avatar Nikola Veljkovic Committed by android-build-merger
Browse files

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

am: 78ea54f7

Change-Id: I7f6b755f800a2f51161d42d5676184616d3ab775
parents 2b67ca30 78ea54f7
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