mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-24 07:10:36 +02:00
i965: Remove extraneous arg to debug_printf.
This commit is contained in:
parent
4e070f10c0
commit
be36f7869e
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ extern int BRW_DEBUG;
|
|||
} while(0)
|
||||
|
||||
#define PRINT(...) do { \
|
||||
debug_printf(brw->pipe.winsys, __VA_ARGS__); \
|
||||
debug_printf(__VA_ARGS__); \
|
||||
} while(0)
|
||||
|
||||
struct brw_state_flags {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue