diff options
author | José Fonseca <[email protected]> | 2008-03-10 21:15:31 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-03-10 21:15:31 +0000 |
commit | 34497eabc803fd979c58824d4737cabde1fb47e5 (patch) | |
tree | 6181f06a9c71ca2d443e4a84a4d928aa36b1b507 /src/gallium/README.portability | |
parent | 01bd21eef8f572944c09771f44e3006e2991280e (diff) |
Some notes about debugging
Diffstat (limited to 'src/gallium/README.portability')
-rw-r--r-- | src/gallium/README.portability | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/README.portability b/src/gallium/README.portability index c70ca774da0..ab0c1978476 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. |