s/Disaptch/Dispatch/ (bug 3918)
This commit is contained in:
@@ -142,7 +142,7 @@ class PrintGenericStubs(gl_XML.gl_print_base):
|
||||
print ''
|
||||
print '\t.p2align\t4,,15'
|
||||
print '_x86_64_get_dispatch:'
|
||||
print '\tmovq\t_glapi_tls_Disaptch@GOTTPOFF(%rip), %rax'
|
||||
print '\tmovq\t_glapi_tls_Dispatch@GOTTPOFF(%rip), %rax'
|
||||
print '\tmovq\t%fs:(%rax), %rax'
|
||||
print '\tret'
|
||||
print '\t.size\t_x86_64_get_dispatch, .-_x86_64_get_dispatch'
|
||||
|
@@ -50,7 +50,7 @@ _x86_64_get_get_dispatch:
|
||||
|
||||
.p2align 4,,15
|
||||
_x86_64_get_dispatch:
|
||||
movq _glapi_tls_Disaptch@GOTTPOFF(%rip), %rax
|
||||
movq _glapi_tls_Dispatch@GOTTPOFF(%rip), %rax
|
||||
movq %fs:(%rax), %rax
|
||||
ret
|
||||
.size _x86_64_get_dispatch, .-_x86_64_get_dispatch
|
||||
|
Reference in New Issue
Block a user