diff options
Diffstat (limited to 'host-utils.c')
-rw-r--r-- | host-utils.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host-utils.c b/host-utils.c index d0d780e54e..a3c838f4dc 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) { |