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 --HG-- branch : SDL-1.2 extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402652
This commit is contained in:
parent
e9c0e62075
commit
56cc49a068
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ mixloopS16:
|
|||
dec ebx //%%ebx\n"
|
||||
jnz mixloopS16
|
||||
|
||||
ends16:
|
||||
endS16:
|
||||
emms
|
||||
|
||||
pop ebx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue