mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
stop crash when debugging
This commit is contained in:
parent
9e29536f28
commit
257e474474
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ void i830VertexSanity( i830ContextPtr imesa, drmI830Vertex vertex )
|
|||
remaining / vfmt_size);
|
||||
}
|
||||
}
|
||||
if (1) {
|
||||
if (vfmt_size) {
|
||||
fprintf(stderr, "\n\nPrim name (%s), vertices (%d)\n",
|
||||
prim_name,
|
||||
size / vfmt_size);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue