changeset 4047:810c6f4ab7aa SDL-1.2

Merged r3207:3208 from trunk/SDL: *INDENT-OFF* for inline asm.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 11 Jul 2007 07:25:57 +0000
parents 3a9e60224efe
children 3e380b8247aa
files src/video/SDL_yuv_mmx.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/SDL_yuv_mmx.c	Wed Jul 11 07:21:39 2007 +0000
+++ b/src/video/SDL_yuv_mmx.c	Wed Jul 11 07:25:57 2007 +0000
@@ -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} };
@@ -425,5 +427,7 @@
 	);
 }
 
+/* *INDENT-ON* */
+
 #endif /* GCC3 i386 inline assembly */