mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
x86: remove debug
This commit is contained in:
parent
8162d317d2
commit
66640c4b58
1 changed files with 0 additions and 2 deletions
|
|
@ -14,8 +14,6 @@ static unsigned char *cptr( void (*label)() )
|
|||
|
||||
static void do_realloc( struct x86_function *p )
|
||||
{
|
||||
_mesa_printf("do_realloc %d %p\n", p->size, p->store);
|
||||
|
||||
if (p->size == 0) {
|
||||
p->size = 1024;
|
||||
p->store = _mesa_exec_malloc(p->size);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue