commit | 980b6326831019e4267e976d64e3d1f56dd7478e | [log] [tgz] |
---|---|---|
author | Lazar Trsic <Lazar.Trsic@imgtec.com> | Wed Jul 13 14:58:34 2016 +0200 |
committer | Nikola Veljkovic <Nikola.Veljkovic@imgtec.com> | Wed Jul 13 15:37:41 2016 +0000 |
tree | c09f7fb691a1a7620017c5a8a95c3b91378a877d | |
parent | fc36f6fab624dac75ff4c1a28b7833cdb1db0540 [diff] [blame] |
[mips] Resolve issue with .align directive, when using clang IAS Clang IAS does not support .align without args, concrete value is needed. Change-Id: I50e20c374b8e88966310c0c9e6cc41eea054eb32
diff --git a/libpixelflinger/col32cb16blend.S b/libpixelflinger/col32cb16blend.S index 1831255..721fd7d 100644 --- a/libpixelflinger/col32cb16blend.S +++ b/libpixelflinger/col32cb16blend.S
@@ -16,7 +16,7 @@ */ .text - .align + .align 4 .global scanline_col32cb16blend_arm