summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/glsparcasm.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/glapi/glsparcasm.py')
-rw-r--r--src/mesa/glapi/glsparcasm.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/glapi/glsparcasm.py b/src/mesa/glapi/glsparcasm.py
index 1964c15ecc..39c85aaa0f 100644
--- a/src/mesa/glapi/glsparcasm.py
+++ b/src/mesa/glapi/glsparcasm.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-# $Id: glsparcasm.py,v 1.5 2001/11/18 22:42:57 brianp Exp $
+# $Id: glsparcasm.py,v 1.6 2001/11/19 00:40:33 brianp Exp $
# Mesa 3-D graphics library
# Version: 4.1
@@ -112,7 +112,7 @@ def EmitFunction(name, returnType, argTypeList, argNameList, alias, offset):
# print the assembly code
print ''
print "GLOBL_FN(GL_PREFIX(%s))" % (name)
- print '.type %s,#function' %(name)
+ print '.type gl%s,#function' %(name)
print "GL_PREFIX(%s):" % (name)
print '#ifdef __sparc_v9__'
print '\tsethi\t%hi(0x00000000), %g2'