Commit 49d9cbe5 authored by Reimar Döffinger's avatar Reimar Döffinger Committed by Michael Niedermayer

h264_i386: Fix operand size

Fixes fate failure on macosx clang x86-64
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent dac9e509
......@@ -178,7 +178,7 @@ static int decode_significance_8x8_x86(CABACContext *c,
"mov %2, %0 \n\t"
"mov %1, %6 \n\t"
"mov %6, (%0) \n\t"
"mov %k6, (%0) \n\t"
"test $1, %4 \n\t"
" jnz 5f \n\t"
......@@ -191,7 +191,7 @@ static int decode_significance_8x8_x86(CABACContext *c,
"cmp $63, %6 \n\t"
" jb 3b \n\t"
"mov %2, %0 \n\t"
"mov %6, (%0) \n\t"
"mov %k6, (%0) \n\t"
"5: \n\t"
"addl %8, %k0 \n\t"
"shr $2, %k0 \n\t"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment