mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 21:30:23 +01:00
draw: remove another debug assert on failover to generic vs varient
This commit is contained in:
parent
3bdeff5bec
commit
bd92642100
1 changed files with 1 additions and 2 deletions
|
|
@ -202,9 +202,8 @@ struct x86_reg aos_get_internal_xmm( struct aos_compilation *cp,
|
|||
|
||||
#define ERROR(cp, msg) \
|
||||
do { \
|
||||
debug_printf("%s: x86 translation failed: %s\n", __FUNCTION__, msg); \
|
||||
if (0) debug_printf("%s: x86 translation failed: %s\n", __FUNCTION__, msg); \
|
||||
cp->error = 1; \
|
||||
assert(0); \
|
||||
} while (0)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue