summaryrefslogtreecommitdiff
path: root/src/mesa/x86/glapi_x86.S
diff options
context:
space:
mode:
authorDaniel Borca <dborca@users.sourceforge.net>2004-07-02 10:32:52 +0000
committerDaniel Borca <dborca@users.sourceforge.net>2004-07-02 10:32:52 +0000
commit3aa364c8e11f10cc7cec384869ef59ff2f57c249 (patch)
tree3e8b7de01593daf5a7cdd31e271ea45f1466623c /src/mesa/x86/glapi_x86.S
parentd14d103a0c786e895fa6a801587ed5d807df6da4 (diff)
put back the correct dispatcher for non-threaded builds.
fixed x86 entrypoints for Mingw/DJGPP.
Diffstat (limited to 'src/mesa/x86/glapi_x86.S')
-rw-r--r--src/mesa/x86/glapi_x86.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/x86/glapi_x86.S b/src/mesa/x86/glapi_x86.S
index bc4aca5abc..4c8044e49c 100644
--- a/src/mesa/x86/glapi_x86.S
+++ b/src/mesa/x86/glapi_x86.S
@@ -78,7 +78,7 @@ GL_PREFIX(fn, fn_alt): \
ALIGNTEXT16; \
GLOBL_FN(GL_PREFIX(fn, fn_alt)); \
GL_PREFIX(fn, fn_alt): \
- MOV_L(CONTENT(GLNAME(_glapi_DispatchTSD)), EAX) ; \
+ MOV_L(CONTENT(GLNAME(_glapi_Dispatch)), EAX) ; \
JMP(GL_OFFSET(off))
#endif
@@ -108,8 +108,8 @@ GLNAME(get_dispatch):
EXTERN GLNAME(_glapi_get_dispatch)
#endif
- ALIGNTEXT16 ; GLOBL gl_dispatch_functions_start
-gl_dispatch_functions_start:
+ ALIGNTEXT16 ; GLOBL GLNAME(gl_dispatch_functions_start)
+GLNAME(gl_dispatch_functions_start):
GL_STUB(NewList, _gloffset_NewList, NewList@8)
GL_STUB(EndList, _gloffset_EndList, EndList@0)