summaryrefslogtreecommitdiff
path: root/src/mesa/x86/rtasm
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-02-13 12:37:42 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2008-02-13 12:37:42 +0000
commit66640c4b589db7b6b5edce7d297ae6623bfda9c1 (patch)
tree2a6f1857b1651271f8a28265173b02d452e3a76b /src/mesa/x86/rtasm
parent8162d317d2f6f2dcc31f31c0c2d663c33dfee053 (diff)
x86: remove debug
Diffstat (limited to 'src/mesa/x86/rtasm')
-rw-r--r--src/mesa/x86/rtasm/x86sse.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/x86/rtasm/x86sse.c b/src/mesa/x86/rtasm/x86sse.c
index e944d00f9e..1111e8db99 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);