Commit b2a121cb authored by Sam Lantinga's avatar Sam Lantinga

Whoops, forgot to check in this fix

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401411
parent d5f98316
......@@ -23,6 +23,8 @@
#if defined(__GNUC__) && defined(__i386__) && SDL_ASSEMBLY_ROUTINES
#include "SDL_stdinc.h"
#define ASM_ARRAY(x) x[] __asm__("_" #x) __attribute__((used))
static unsigned int ASM_ARRAY(MMX_0080w) = {0x00800080, 0x00800080};
......
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