From 865322f931197c5c73c57b366b64300894565dab Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 3 Mar 2001 21:11:32 +0000 Subject: more clean-ups --- src/mesa/x86/mmx_blend.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/x86/mmx_blend.S') diff --git a/src/mesa/x86/mmx_blend.S b/src/mesa/x86/mmx_blend.S index 21fa36ede6..2c8e6e08af 100644 --- a/src/mesa/x86/mmx_blend.S +++ b/src/mesa/x86/mmx_blend.S @@ -5,9 +5,9 @@ SEG_TEXT ALIGNTEXT16 -GLOBL GLNAME(gl_mmx_blend_transparency) +GLOBL GLNAME(_mesa_mmx_blend_transparency) -GLNAME( gl_mmx_blend_transparency ): +GLNAME( _mesa_mmx_blend_transparency ): PUSH_L ( EBP ) MOV_L ( ESP, EBP ) SUB_L ( CONST(52), ESP ) -- cgit v1.2.3