projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
452be7e
)
Clean up previous change slightly
author
Keith Whitwell
<keith@tungstengraphics.com>
Wed, 10 May 2006 09:00:16 +0000
(09:00 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Wed, 10 May 2006 09:00:16 +0000
(09:00 +0000)
src/mesa/main/execmem.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/execmem.c
b/src/mesa/main/execmem.c
index 3f4c75939d8d344e6c0234b88f563ad6ada872cd..b7cbc818c6644eb423ee73889dc718c9b180bb34 100644
(file)
--- a/
src/mesa/main/execmem.c
+++ b/
src/mesa/main/execmem.c
@@
-85,10
+85,8
@@
_mesa_exec_malloc(GLuint size)
if (block)
addr = exec_mem + block->ofs;
- else {
- _mesa_printf("%s failed\n", __FUNCTION__);
- exit(1);
- }
+ else
+ _mesa_printf("_mesa_exec_malloc failed\n");
_glthread_UNLOCK_MUTEX(exec_mutex);