ac: fix shader clock on LLVM 9
[mesa.git] / src / mapi / glapi / glapi.c
index 231bdad4634f7dd6ea7e9d097b4deffb98011d2c..55258a476c76404516836183269078bebd8241a9 100644 (file)
@@ -60,5 +60,5 @@ _glapi_set_context(void *context)
 void
 _glapi_set_dispatch(struct _glapi_table *dispatch)
 {
-   u_current_set((const struct mapi_table *) dispatch);
+   u_current_set_table((const struct _glapi_table *) dispatch);
 }