From 8e699c96e69bd15131cd351f198acb0b4bc1d4d6 Mon Sep 17 00:00:00 2001 From: lemon Date: Thu, 23 Oct 2025 19:30:09 +0200 Subject: c erratas --- c/c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/c.c') diff --git a/c/c.c b/c/c.c index 55c275b..5ba6c2e 100644 --- a/c/c.c +++ b/c/c.c @@ -2926,7 +2926,7 @@ condexprrec(struct function *fn, const struct expr *ex, struct condphis *phis, if (next && next != end) { putcondbranch(fn, r, next, end); } else { - assert(boolcon < 0); + //assert(boolcon < 0); putbranch(fn, end); } } -- cgit v1.2.3