diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2008-02-13 12:37:42 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2008-02-13 12:37:42 +0000 |
commit | 66640c4b589db7b6b5edce7d297ae6623bfda9c1 (patch) | |
tree | 2a6f1857b1651271f8a28265173b02d452e3a76b /src/mesa/x86 | |
parent | 8162d317d2f6f2dcc31f31c0c2d663c33dfee053 (diff) | |
download | external_mesa3d-66640c4b589db7b6b5edce7d297ae6623bfda9c1.zip external_mesa3d-66640c4b589db7b6b5edce7d297ae6623bfda9c1.tar.gz external_mesa3d-66640c4b589db7b6b5edce7d297ae6623bfda9c1.tar.bz2 |
x86: remove debug
Diffstat (limited to 'src/mesa/x86')
-rw-r--r-- | src/mesa/x86/rtasm/x86sse.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/x86/rtasm/x86sse.c b/src/mesa/x86/rtasm/x86sse.c index e944d00..1111e8d 100644 --- a/src/mesa/x86/rtasm/x86sse.c +++ b/src/mesa/x86/rtasm/x86sse.c @@ -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); |