correct X86_DISPATCH_FUNCTION_SIZE if THREADS is defined

This commit is contained in:
Roland Scheidegger 2004-07-06 00:32:03 +00:00
parent 1e7ce9f6f1
commit d2dbb25372
1 changed files with 1 additions and 1 deletions

View File

@ -502,7 +502,7 @@ get_static_proc_offset(const char *funcName)
#ifdef USE_X86_ASM
extern const GLubyte gl_dispatch_functions_start[];
# if defined(PTHREADS)
# if defined(THREADS)
# define X86_DISPATCH_FUNCTION_SIZE 32
# else
# define X86_DISPATCH_FUNCTION_SIZE 16