Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.55 KB | None | 0 0
  1. --- a/tools/checkasm.c
  2. +++ b/tools/checkasm.c
  3. @@ -846,7 +846,7 @@ static int check_mc( int cpu_ref, int cpu_new )
  4.              call_a( mc_a.mc_chroma, dst2, dst2+8, 16, src, 64, dx, dy, w, h ); \
  5.              /* mc_chroma width=2 may write garbage to the right of dst. ignore that. */\
  6.              for( int j = 0; j < h; j++ ) \
  7. -                for( int i = w; i < 8; i++ ) \
  8. +                for( int i = w; i < 4; i++ ) \
  9.                  { \
  10.                      dst2[i+j*16+8] = dst1[i+j*16+8]; \
  11.                      dst2[i+j*16] = dst1[i+j*16]; \
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement