Skip to content

Commit

Permalink
Whoops, forgot to check in this fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 21, 2006
1 parent 2e31f53 commit b2068ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/video/SDL_yuv_mmx.c
Expand Up @@ -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};
Expand Down

0 comments on commit b2068ab

Please sign in to comment.