opengl: fix UAL conformity
GAS assumes .align 2 if .align only is set, however the UAL doesn't enforce this assumption. Change-Id: I88b567dc84ee8f04a13f2b8e80c3ee41530a9e49
This commit is contained in:
parent
3ebb877e52
commit
dd46c864c1
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
.text
|
.text
|
||||||
.align
|
.align 2
|
||||||
|
|
||||||
.global gglFloatToFixed
|
.global gglFloatToFixed
|
||||||
.type gglFloatToFixed, %function
|
.type gglFloatToFixed, %function
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
.text
|
.text
|
||||||
.align
|
.align 2
|
||||||
.arm
|
.arm
|
||||||
|
|
||||||
.global iterators0032
|
.global iterators0032
|
||||||
|
Loading…
Reference in New Issue
Block a user