diff options
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. |