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
|
||||
.align
|
||||
.align 2
|
||||
|
||||
.global gglFloatToFixed
|
||||
.type gglFloatToFixed, %function
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
.text
|
||||
.align
|
||||
.align 2
|
||||
.arm
|
||||
|
||||
.global iterators0032
|
||||
|
Loading…
Reference in New Issue
Block a user