diff options
author | Kendall Bennett <[email protected]> | 2003-10-14 23:47:21 +0000 |
---|---|---|
committer | Kendall Bennett <[email protected]> | 2003-10-14 23:47:21 +0000 |
commit | 9b77fb7dab3fd4e4a9228e5c0609cc494aa01211 (patch) | |
tree | cc24706e9e04b1848c4e3a321b74a20653237959 /src/mesa/glapi | |
parent | 0f22705b0b3927beead3b88b5fc745579c35a5ae (diff) |
Updates to x86 assembler support for Open Watcom and SNAP
Diffstat (limited to 'src/mesa/glapi')
-rw-r--r-- | src/mesa/glapi/glx86asm.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/glapi/glx86asm.py b/src/mesa/glapi/glx86asm.py index f881abeea94..ea0479720de 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 '' |