mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 06:40:08 +01:00
anv/meta: fix unreachable() typo
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
This commit is contained in:
parent
b0acebd41f
commit
4e68bb620f
1 changed files with 1 additions and 1 deletions
|
|
@ -300,7 +300,7 @@ meta_emit_blit(struct anv_cmd_buffer *cmd_buffer,
|
|||
pipeline = device->meta_state.blit.pipeline_3d_src;
|
||||
break;
|
||||
default:
|
||||
unreachable(!"bad VkImageType");
|
||||
unreachable("bad VkImageType");
|
||||
}
|
||||
|
||||
if (cmd_buffer->state.pipeline != anv_pipeline_from_handle(pipeline)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue