diff options
Diffstat (limited to 'media')
-rw-r--r-- | media/base/yuv_row_posix.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media/base/yuv_row_posix.cc b/media/base/yuv_row_posix.cc index 6c992f7..a66fa7b 100644 --- a/media/base/yuv_row_posix.cc +++ b/media/base/yuv_row_posix.cc @@ -552,10 +552,10 @@ extern void PICConvertYUVToRGB32Row(const uint8* y_buf, "movntq %mm1,0x0(%ebp)\n" "add $0x8,%ebp\n" ".Lconvertend:" - "sub $0x2,0x34(%esp)\n" + "subl $0x2,0x34(%esp)\n" "jns .Lconvertloop\n" - "and $0x1,0x34(%esp)\n" + "andl $0x1,0x34(%esp)\n" "je .Lconvertdone\n" "movzbl (%edi),%eax\n" @@ -633,10 +633,10 @@ extern void PICScaleYUVToRGB32Row(const uint8* y_buf, "movntq %mm1,0x0(%ebp)\n" "add $0x8,%ebp\n" "Lscaleend:" - "sub $0x2,0x34(%esp)\n" + "subl $0x2,0x34(%esp)\n" "jns Lscaleloop\n" - "and $0x1,0x34(%esp)\n" + "andl $0x1,0x34(%esp)\n" "je Lscaledone\n" "mov %ebx,%eax\n" |