summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-28 00:24:27 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-28 00:24:27 +0000
commit5a11754e2f5696c574bf8894799c1188b5182069 (patch)
tree8de7a64932bad3b7cc6a433ac93ea08161476a5d
parenta99ffa911033e755c512912e08056681cbcb44e5 (diff)
downloadmpv-5a11754e2f5696c574bf8894799c1188b5182069.tar.bz2
mpv-5a11754e2f5696c574bf8894799c1188b5182069.tar.xz
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
-rw-r--r--libmpcodecs/vf_eq.c2
-rw-r--r--loader/stubs.s2
2 files changed, 2 insertions, 2 deletions
diff --git a/libmpcodecs/vf_eq.c b/libmpcodecs/vf_eq.c
index a12b63b1e7..12dddaffb7 100644
--- a/libmpcodecs/vf_eq.c
+++ b/libmpcodecs/vf_eq.c
@@ -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"
diff --git a/loader/stubs.s b/loader/stubs.s
index 6aa90ee9d4..24d99aa9b4 100644
--- a/loader/stubs.s
+++ b/loader/stubs.s
@@ -1,6 +1,6 @@
.data
.LC0: .string "Called unk_%s\n"
- .align 4
+ .balign 4
.globl unk_exp1
unk_exp1:
pushl %ebp