From 3abc5602262165227607ff229d3ae5973efb555d Mon Sep 17 00:00:00 2001 From: Jagger Date: Thu, 4 Feb 2016 00:53:43 +0100 Subject: Change names of dynamic counters --- report.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'report.c') diff --git a/report.c b/report.c index 65528950..cff81bb0 100644 --- a/report.c +++ b/report.c @@ -46,9 +46,9 @@ static void report_printdynFileMethod(honggfuzz_t * hfuzz) dprintf(reportFD, "INSTR_COUNT "); if (hfuzz->dynFileMethod & _HF_DYNFILE_BRANCH_COUNT) dprintf(reportFD, "BRANCH_COUNT "); - if (hfuzz->dynFileMethod & _HF_DYNFILE_UNIQUE_BLOCK_COUNT) + if (hfuzz->dynFileMethod & _HF_DYNFILE_BTS_BLOCK) dprintf(reportFD, "BLOCK_COUNT "); - if (hfuzz->dynFileMethod & _HF_DYNFILE_UNIQUE_EDGE_COUNT) + if (hfuzz->dynFileMethod & _HF_DYNFILE_BTS_EDGE) dprintf(reportFD, "EDGE_COUNT "); if (hfuzz->dynFileMethod & _HF_DYNFILE_CUSTOM) dprintf(reportFD, "CUSTOM "); -- cgit v1.2.3