aboutsummaryrefslogtreecommitdiffstats
path: root/host-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'host-utils.c')
-rw-r--r--host-utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/host-utils.c b/host-utils.c
index d0d780e54..a3c838f4d 100644
--- a/host-utils.c
+++ b/host-utils.c
@@ -25,6 +25,8 @@
#include "vl.h"
+//#define DEBUG_MULDIV
+
/* Long integer helpers */
static void add128 (uint64_t *plow, uint64_t *phigh, uint64_t a, uint64_t b)
{