diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-10-26 22:35:02 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-10-26 22:35:02 +0000 |
commit | 5592a750b913c859c738eb2774c26632dcac8350 (patch) | |
tree | 54745b2164b81bdc447c769c48d89d928ce8cf82 /host-utils.c | |
parent | 7878ff6bc7c9bc4091d19a51a1dc4bac2df23560 (diff) |
The other half of the mul64 rework. Sorry for the breakage, I committed
an incomplete version of what I tested.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3454 c046a42c-6fe2-441c-8c8c-71466251a162
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) { |