mesa: Change _mesa_exec_malloc argument type.
authorVinson Lee <vlee@freedesktop.org>
Sat, 28 Mar 2020 02:56:10 +0000 (19:56 -0700)
committerVinson Lee <vlee@freedesktop.org>
Sat, 28 Mar 2020 20:14:42 +0000 (13:14 -0700)
commit7df75203052fa8a8f2fbd603a4c7553752c57b0f
tree96b2943000c5e74540d8d659ba1f716a45a42007
parentfcd3377cfe23e419b9235424cef9db4792fac80b
mesa: Change _mesa_exec_malloc argument type.

Fix build error.

In file included from ../src/mesa/x86/rtasm/x86sse.c:7:0:
../src/mesa/main/execmem.h:31:19: error: unknown type name ‘GLuint’; did you mean ‘uint’?
 _mesa_exec_malloc(GLuint size);
                   ^~~~~~
                   uint

Suggested-by: Marek Olšák <marek.olsak@amd.com>
Fixes: e5339fe4a47c ("Move compiler.h and imports.h/c from src/mesa/main into src/util")
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4361>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4361>
src/mesa/main/execmem.c
src/mesa/main/execmem.h