summaryrefslogtreecommitdiff
path: root/src/mesa/x86/mmx_blendtmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/x86/mmx_blendtmp.h')
-rw-r--r--src/mesa/x86/mmx_blendtmp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/x86/mmx_blendtmp.h b/src/mesa/x86/mmx_blendtmp.h
index 395436ba01..1a8190355e 100644
--- a/src/mesa/x86/mmx_blendtmp.h
+++ b/src/mesa/x86/mmx_blendtmp.h
@@ -41,7 +41,7 @@ GLNAME( TAG(_mesa_mmx_blend) ):
/* runin */
#define ONE(x) x
#define TWO(x)
- MAIN
+ MAIN ( EDI, ESI )
#undef ONE
#undef TWO
@@ -66,7 +66,7 @@ LLBL ( TAG(GMB_loop_begin) ):
/* main loop */
#define ONE(x)
#define TWO(x) x
- MAIN
+ MAIN ( EDI, ESI )
#undef ONE
#undef TWO
@@ -91,7 +91,7 @@ LLBL ( TAG(GMB_loop_end) ):
/* runout */
#define ONE(x) x
#define TWO(x)
- MAIN
+ MAIN ( EDI, ESI )
#undef ONE
#undef TWO