aboutsummaryrefslogtreecommitdiffhomepage
path: root/ir/abi0.c
diff options
context:
space:
mode:
Diffstat (limited to 'ir/abi0.c')
-rw-r--r--ir/abi0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ir/abi0.c b/ir/abi0.c
index 73b0fee..914e6d8 100644
--- a/ir/abi0.c
+++ b/ir/abi0.c
@@ -436,7 +436,7 @@ abi0(struct function *fn)
} while ((blk = blk->lnext) != fn->entry);
if (ccopt.dbg.a) {
- efmt("<< After abi0 >>\n");
+ bfmt(ccopt.dbgout, "<< After abi0 >>\n");
irdump(fn);
}
}