Commit 56cc49a0 authored by Sam Lantinga's avatar Sam Lantinga

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
parent e9c0e620
...@@ -104,7 +104,7 @@ mixloopS16: ...@@ -104,7 +104,7 @@ mixloopS16:
dec ebx //%%ebx\n" dec ebx //%%ebx\n"
jnz mixloopS16 jnz mixloopS16
ends16: endS16:
emms emms
pop ebx pop ebx
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment