mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
etnaviv: Add unreachable statement to etna_amode to fix compilation warnings
Signed-off-by: Robert Foss <robert.foss@collabora.com> Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
277621bbb7
commit
2ecdedb8d4
1 changed files with 2 additions and 0 deletions
|
|
@ -885,6 +885,8 @@ etna_amode(struct tgsi_ind_register indirect)
|
||||||
default:
|
default:
|
||||||
assert(!"Invalid swizzle");
|
assert(!"Invalid swizzle");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
unreachable("bad swizzle");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* convert destination operand */
|
/* convert destination operand */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue