mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-20 23:28:23 +02:00
correct X86_DISPATCH_FUNCTION_SIZE if THREADS is defined
This commit is contained in:
parent
1e7ce9f6f1
commit
d2dbb25372
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue