mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 04:00:12 +01:00
r600g: fix a compiler warning
This commit is contained in:
parent
74d6f929b4
commit
aae342cff0
1 changed files with 1 additions and 0 deletions
|
|
@ -1617,6 +1617,7 @@ void r600_query_begin(struct r600_context *ctx, struct r600_query *query)
|
|||
break;
|
||||
default:
|
||||
assert(0);
|
||||
return;
|
||||
}
|
||||
|
||||
if ((required_space + ctx->pm4_cdwords) > ctx->pm4_ndwords) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue