diff options
author | Brian Paul <[email protected]> | 2001-03-03 21:11:32 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-03-03 21:11:32 +0000 |
commit | 865322f931197c5c73c57b366b64300894565dab (patch) | |
tree | 67cddee5843e070dbb0bdf5024bf15a532e57edc /src/mesa/x86/mmx_blend.S | |
parent | d62269757b3e40e4ddae54cc8bf0cc0e1d5d1eae (diff) |
more clean-ups
Diffstat (limited to 'src/mesa/x86/mmx_blend.S')
-rw-r--r-- | src/mesa/x86/mmx_blend.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/x86/mmx_blend.S b/src/mesa/x86/mmx_blend.S index 21fa36ede67..2c8e6e08aff 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 ) |