mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 04:40:11 +01:00
i965: Fix dangerous warning I let slip in.
This commit is contained in:
parent
78c022acd0
commit
63d7a2f53f
1 changed files with 1 additions and 1 deletions
|
|
@ -1278,7 +1278,7 @@ get_predicate(uint32_t swizzle)
|
|||
case SWIZZLE_WWWW:
|
||||
return BRW_PREDICATE_ALIGN16_REPLICATE_W;
|
||||
default:
|
||||
_mesa_problem("Unexpected predicate: 0x%08x\n", swizzle);
|
||||
_mesa_problem(NULL, "Unexpected predicate: 0x%08x\n", swizzle);
|
||||
return BRW_PREDICATE_NORMAL;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue