From 34497eabc803fd979c58824d4737cabde1fb47e5 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Mon, 10 Mar 2008 21:15:31 +0000 Subject: Some notes about debugging --- src/gallium/README.portability | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gallium/README.portability') diff --git a/src/gallium/README.portability b/src/gallium/README.portability index c70ca774da..ab0c197847 100644 --- a/src/gallium/README.portability +++ b/src/gallium/README.portability @@ -39,5 +39,6 @@ portable way. == Debugging == -TODO +* Use the functions/macros in p_debug.h. +* Don't include assert.h, call abort, printf, etc. -- cgit v1.2.3