align -> balign patch by (Björn Sandell <biorn at dce dot chalmers dot se>)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7108 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2002-08-28 00:24:27 +00:00
parent a99ffa9110
commit 5a11754e2f
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ static void process_MMX(unsigned char *dest, int dstride, unsigned char *src, in
"movq (%6), %%mm4 \n\t"
"pxor %%mm0, %%mm0 \n\t"
"movl %4, %%eax\n\t"
".align 16 \n\t"
".balign 16 \n\t"
"1: \n\t"
"movq (%0), %%mm1 \n\t"
"movq (%0), %%mm2 \n\t"

View File

@ -1,6 +1,6 @@
.data
.LC0: .string "Called unk_%s\n"
.align 4
.balign 4
.globl unk_exp1
unk_exp1:
pushl %ebp