comparison src/audio/SDL_mixer_MMX_VC.c @ 4102:328a3f973890 SDL-1.2

Date: Thu, 15 Nov 2007 10:33:01 +0100 From: "Marco Lopes" Subject: Compiling with Intel compiler fails I~Rve recently bought the Intel Compiler 10 for another project and decided to compile SDL with it as well. I was very surprised when it failed to compile because of the function: Error 5 error: label "endS16" was referenced but not defined ..\..\src\audio\SDL_mixer_MMX_VC.c
author Sam Lantinga <slouken@libsdl.org>
date Fri, 28 Dec 2007 18:07:59 +0000
parents e3242177fe4a
children a1b03ba2fcd0
comparison
equal deleted inserted replaced
4101:ab38230546a5 4102:328a3f973890
102 movq [edi + 8], mm6 //%%mm6,8(%%edi)\n" 102 movq [edi + 8], mm6 //%%mm6,8(%%edi)\n"
103 add edi, 16 //$16,%%edi\n" 103 add edi, 16 //$16,%%edi\n"
104 dec ebx //%%ebx\n" 104 dec ebx //%%ebx\n"
105 jnz mixloopS16 105 jnz mixloopS16
106 106
107 ends16: 107 endS16:
108 emms 108 emms
109 109
110 pop ebx 110 pop ebx
111 pop esi 111 pop esi
112 pop edi 112 pop edi