mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
Change .p2align to .align for non-gas assemblers. (Fixes: #112608)
Original commit message from CVS: Change .p2align to .align for non-gas assemblers. (Fixes: #112608)
This commit is contained in:
parent
6e6926d6fe
commit
4784df277a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ gst_videoscale_scale_nearest_x86:
|
|||
testl %eax,%eax
|
||||
jle .L92
|
||||
jmp .L100
|
||||
.p2align 4,,7
|
||||
.align 16
|
||||
.L97:
|
||||
addl 36(%esp),%ebp
|
||||
addl $-65536,12(%esp)
|
||||
|
|
Loading…
Reference in a new issue