aboutsummaryrefslogtreecommitdiffhomepage
path: root/c/c.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/c.c')
-rw-r--r--c/c.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}