Skip to content

Commit

Permalink
Merged r3207:3208 from trunk/SDL: *INDENT-OFF* for inline asm.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 11, 2007
1 parent c712c0f commit 3c556a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/video/SDL_yuv_mmx.c
Expand Up @@ -27,6 +27,8 @@

#include "mmx.h"

/* *INDENT-OFF* */

static mmx_t MMX_0080w = { .ud = {0x00800080, 0x00800080} };
static mmx_t MMX_00FFw = { .ud = {0x00ff00ff, 0x00ff00ff} };
static mmx_t MMX_FF00w = { .ud = {0xff00ff00, 0xff00ff00} };
Expand Down Expand Up @@ -425,5 +427,7 @@ void Color565DitherYV12MMX1X( int *colortab, Uint32 *rgb_2_pix,
);
}

/* *INDENT-ON* */

#endif /* GCC3 i386 inline assembly */

0 comments on commit 3c556a5

Please sign in to comment.