From 3ad8aacc10c3d84878a1fc21a4c27e5b2233c1dc Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 28 Dec 2007 18:07:59 +0000 Subject: [PATCH] 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 --- src/audio/SDL_mixer_MMX_VC.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audio/SDL_mixer_MMX_VC.c b/src/audio/SDL_mixer_MMX_VC.c index 89b646a05..9e349db33 100644 --- a/src/audio/SDL_mixer_MMX_VC.c +++ b/src/audio/SDL_mixer_MMX_VC.c @@ -104,7 +104,7 @@ void SDL_MixAudio_MMX_S16_VC(char* dst,char* src,unsigned int nSize,int volume) dec ebx //%%ebx\n" jnz mixloopS16 -ends16: +endS16: emms pop ebx