diff options
| author | 2025-10-23 19:30:09 +0200 | |
|---|---|---|
| committer | 2025-10-23 19:30:09 +0200 | |
| commit | 8e699c96e69bd15131cd351f198acb0b4bc1d4d6 (patch) | |
| tree | 3fe7da168afa6fe6863717f124ef52783de2dea0 /c/c.c | |
| parent | 4dae8d9ab482aa5ca0ef9d10de1b1200e99b5859 (diff) | |
c erratas
Diffstat (limited to 'c/c.c')
| -rw-r--r-- | c/c.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } } |