OSDN Git Service

[mips] Resolve issue with .align directive, when using clang IAS
authorLazar Trsic <Lazar.Trsic@imgtec.com>
Wed, 13 Jul 2016 12:53:07 +0000 (14:53 +0200)
committerNikola Veljkovic <Nikola.Veljkovic@imgtec.com>
Wed, 13 Jul 2016 13:36:57 +0000 (15:36 +0200)
Clang IAS does not support .align without args, concrete value is needed.

Change-Id: I03a9daca0be380daa744307b3510446f8d6c9b7e

opengl/libagl/arch-mips/fixed_asm.S

index e1a53bc..a30ffc5 100644 (file)
@@ -17,7 +17,7 @@
 
 
     .text
-    .align
+    .align 4
 
 /*
  * this version rounds-to-nearest and saturates numbers