summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2008-11-13 18:06:06 +0100
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>2008-11-13 18:06:06 +0100
commit42330d929c3bdc953948294906c49ee693818b47 (patch)
treedab7a074bd8758ae43f0c17683d510b8d46b7366 /src/mesa
parent2acdb116ced6b425e12bb6910c307d10b2939840 (diff)
parent3086b1ecbe718d05bdf016e01cff9f5928c42e63 (diff)
Merge branch 'gallium-0.2' of git+ssh://marcheu@git.freedesktop.org/git/nouveau/mesa into gallium-0.2
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/x86-64/glapi_x86-64.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/x86-64/glapi_x86-64.S b/src/mesa/x86-64/glapi_x86-64.S
index f8337ff93e..cb34061b36 100644
--- a/src/mesa/x86-64/glapi_x86-64.S
+++ b/src/mesa/x86-64/glapi_x86-64.S
@@ -73,7 +73,7 @@ _x86_64_get_dispatch:
.p2align 4,,15
_x86_64_get_dispatch:
- movq _gl_DispatchTSD@GOTPCREL(%rip), %rdi
+ movq _gl_DispatchTSD(%rip), %rdi
jmp pthread_getspecific@PLT
#elif defined(THREADS)