summaryrefslogtreecommitdiff
path: root/cfrontend
diff options
context:
space:
mode:
Diffstat (limited to 'cfrontend')
-rw-r--r--cfrontend/C2C.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfrontend/C2C.ml b/cfrontend/C2C.ml
index f34c396..f80b379 100644
--- a/cfrontend/C2C.ml
+++ b/cfrontend/C2C.ml
@@ -370,7 +370,7 @@ let convertFloat f kind =
(if f.C.hex then 4 else 1) * String.length f.C.fracPart in
let exp = Z.sub exp (Z.of_uint shift_exp) in
- let base = P.of_int (if f.C.hex then 16 else 10) in
+ let base = P.of_int (if f.C.hex then 2 else 10) in
begin match kind with
| FFloat ->