From 6d9b899342af68a01dea9ab0891f8c488015fd04 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 19 Nov 2001 00:40:33 +0000 Subject: fixed a glitch --- src/mesa/glapi/glsparcasm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/glapi/glsparcasm.py') 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' -- cgit v1.2.3