mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
r600/sfn: Fix typo
Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18983>
This commit is contained in:
parent
5bdbbe5399
commit
4b7ae72c46
1 changed files with 1 additions and 1 deletions
|
|
@ -901,7 +901,7 @@ int r600_shader_from_nir(struct r600_context *rctx,
|
|||
R600_ERR("%s: Lowering to assembly failed\n", __func__);
|
||||
|
||||
scheduled_shader->print(std::cerr);
|
||||
/* For now crash if the shader could not be benerated */
|
||||
/* For now crash if the shader could not be generated */
|
||||
assert(0);
|
||||
return -1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue