diff options
| -rw-r--r-- | ir/dump.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -4,7 +4,7 @@ static int nextdat; -static struct wbuf *out; +static struct wbuf *out = &bstdout; static bool prilitdat(const struct irdat *dat, const char *prefix) @@ -267,8 +267,6 @@ irdump(struct function *fn) { struct block *blk; - out = &bstdout; - /* print datas that have never been printed before */ while (nextdat < dattab.n) pridat(&dattab.p[nextdat++]); |