diff options
| author | 2016-07-13 18:34:54 +0000 | |
|---|---|---|
| committer | 2016-07-13 18:34:54 +0000 | |
| commit | febb7ea6a0c237a699d8d9ccd1690da1bd075da7 (patch) | |
| tree | 5a62e7daf004929462edc7788bb5373bf95c8e3f | |
| parent | d4ffb636d8fbf851c6f8159aa5ee568177876702 (diff) | |
| parent | 926d0983384d67e4c74d283dd80fd052f65689bc (diff) | |
Merge "[mips] Resolve issue with .align directive, when using clang IAS"
| -rw-r--r-- | opengl/libagl/arch-mips/fixed_asm.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libagl/arch-mips/fixed_asm.S b/opengl/libagl/arch-mips/fixed_asm.S index e1a53bc745..a30ffc5473 100644 --- a/opengl/libagl/arch-mips/fixed_asm.S +++ b/opengl/libagl/arch-mips/fixed_asm.S @@ -17,7 +17,7 @@ .text - .align + .align 4 /* * this version rounds-to-nearest and saturates numbers |