summaryrefslogtreecommitdiff
path: root/src/mesa/glapi
diff options
context:
space:
mode:
authorKendall Bennett <KendallB@scitechsoft.com>2003-10-14 23:47:21 +0000
committerKendall Bennett <KendallB@scitechsoft.com>2003-10-14 23:47:21 +0000
commit9b77fb7dab3fd4e4a9228e5c0609cc494aa01211 (patch)
treecc24706e9e04b1848c4e3a321b74a20653237959 /src/mesa/glapi
parent0f22705b0b3927beead3b88b5fc745579c35a5ae (diff)
Updates to x86 assembler support for Open Watcom and SNAP
Diffstat (limited to 'src/mesa/glapi')
-rw-r--r--src/mesa/glapi/glx86asm.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/glapi/glx86asm.py b/src/mesa/glapi/glx86asm.py
index f881abeea9..ea0479720d 100644
--- a/src/mesa/glapi/glx86asm.py
+++ b/src/mesa/glapi/glx86asm.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-# $Id: glx86asm.py,v 1.6 2002/06/11 01:26:58 brianp Exp $
+# $Id: glx86asm.py,v 1.7 2003/10/14 23:47:21 kendallb Exp $
# Mesa 3-D graphics library
# Version: 4.1
@@ -58,6 +58,7 @@ def PrintHead():
print '#define GLOBL_FN(x) GLOBL x'
print '#endif'
print ''
+ print 'SEG_TEXT'
print ''
print 'EXTERN GLNAME(_glapi_Dispatch)'
print ''