changeset 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 ab38230546a5
children 9df8136abec0
files src/audio/SDL_mixer_MMX_VC.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/audio/SDL_mixer_MMX_VC.c	Fri Dec 28 08:11:26 2007 +0000
+++ b/src/audio/SDL_mixer_MMX_VC.c	Fri Dec 28 18:07:59 2007 +0000
@@ -104,7 +104,7 @@
 		dec		ebx				//%%ebx\n"
 		jnz mixloopS16
 
-ends16:
+endS16:
 		emms
 		
 		pop		ebx