# HG changeset patch # User Ryan C. Gordon # Date 1127878464 0 # Node ID ef03e8789d592641c333fe31e649242e9434c1c0 # Parent 63fb2da89a4b4da9df99ecd5a89f66c1840a8986 Same inline asm bug in S8 mixer, fixed last night, is also in the MSVC version. diff -r 63fb2da89a4b -r ef03e8789d59 src/audio/SDL_mixer_MMX_VC.c --- a/src/audio/SDL_mixer_MMX_VC.c Wed Sep 28 02:26:29 2005 +0000 +++ b/src/audio/SDL_mixer_MMX_VC.c Wed Sep 28 03:34:24 2005 +0000 @@ -107,7 +107,7 @@ mov esi, src //%1,%%esi // esi = src mov eax, volume //%3,%%eax // eax = volume - movd mm0, ebx //%%ebx,%%mm0 + movd mm0, eax //%%eax,%%mm0 movq mm1, mm0 //%%mm0,%%mm1 psllq mm0, 16 //$16,%%mm0 por mm0, mm1 //%%mm1,%%mm0