mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
remove extra arg to _mesa_exec_malloc()
This commit is contained in:
parent
e2a2ed06b2
commit
8367420be9
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ do { \
|
|||
char *end = (char *)&FUNC##_end; \
|
||||
insert_at_head( &CACHE, dfn ); \
|
||||
dfn->key = key; \
|
||||
dfn->code = _mesa_exec_malloc( end - start, 16 ); \
|
||||
dfn->code = _mesa_exec_malloc( end - start ); \
|
||||
_mesa_memcpy(dfn->code, start, end - start); \
|
||||
} \
|
||||
while ( 0 )
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue