Navigation Menu

Skip to content

Commit

Permalink
Date: Thu, 15 Nov 2007 10:33:01 +0100
Browse files Browse the repository at this point in the history
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
  • Loading branch information
slouken committed Dec 28, 2007
1 parent 13b3eee commit 3ad8aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/SDL_mixer_MMX_VC.c
Expand Up @@ -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
Expand Down

0 comments on commit 3ad8aac

Please sign in to comment.