mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
pan/bi: Abort on unhandled intrinsics
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4883>
This commit is contained in:
parent
94e6263c0b
commit
c48839086d
1 changed files with 1 additions and 1 deletions
|
|
@ -321,7 +321,7 @@ emit_intrinsic(bi_context *ctx, nir_intrinsic_instr *instr)
|
|||
break;
|
||||
|
||||
default:
|
||||
/* todo */
|
||||
unreachable("Unknown intrinsic");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue