From 9b77fb7dab3fd4e4a9228e5c0609cc494aa01211 Mon Sep 17 00:00:00 2001 From: Kendall Bennett Date: Tue, 14 Oct 2003 23:47:21 +0000 Subject: Updates to x86 assembler support for Open Watcom and SNAP --- src/mesa/glapi/glx86asm.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa/glapi') 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 '' -- cgit v1.2.3