aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mapi/glapi/gen/gl_x86_asm.py
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-01-25 20:04:12 +0000
committermarha <marha@users.sourceforge.net>2011-01-25 20:04:12 +0000
commit542d457cc1382d5118bf01e88f4f88b3028be88c (patch)
tree8a58681b96b96fd49ae8ea89f0d8d4d6b1bd2fef /mesalib/src/mapi/glapi/gen/gl_x86_asm.py
parentdb83ae15824cd5a710d61684733f3dc09517748b (diff)
downloadvcxsrv-542d457cc1382d5118bf01e88f4f88b3028be88c.tar.gz
vcxsrv-542d457cc1382d5118bf01e88f4f88b3028be88c.tar.bz2
vcxsrv-542d457cc1382d5118bf01e88f4f88b3028be88c.zip
mesalib pixman git update 25/1/2011
Diffstat (limited to 'mesalib/src/mapi/glapi/gen/gl_x86_asm.py')
-rw-r--r--mesalib/src/mapi/glapi/gen/gl_x86_asm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesalib/src/mapi/glapi/gen/gl_x86_asm.py b/mesalib/src/mapi/glapi/gen/gl_x86_asm.py
index 324e13b79..ede034e58 100644
--- a/mesalib/src/mapi/glapi/gen/gl_x86_asm.py
+++ b/mesalib/src/mapi/glapi/gen/gl_x86_asm.py
@@ -73,7 +73,7 @@ class PrintGenericStubs(gl_XML.gl_print_base):
print '#define GL_OFFSET(x) CODEPTR(REGOFF(4 * x, EAX))'
print ''
print '#if defined(GNU_ASSEMBLER) && !defined(__DJGPP__) && !defined(__MINGW32__) && !defined(__APPLE__)'
- print '#define GLOBL_FN(x) GLOBL x ; .type x, function'
+ print '#define GLOBL_FN(x) GLOBL x ; .type x, @function'
print '#else'
print '#define GLOBL_FN(x) GLOBL x'
print '#endif'