draw: remove another debug assert on failover to generic vs varient

This commit is contained in:
Keith Whitwell 2008-06-11 09:36:00 +01:00
parent 3bdeff5bec
commit bd92642100

View file

@ -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)