diff options
author | varobert <varobert@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2012-07-12 12:06:21 +0000 |
---|---|---|
committer | varobert <varobert@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2012-07-12 12:06:21 +0000 |
commit | 03dd8d8664bf43eb748fe51306a17c03d48b2a24 (patch) | |
tree | a9587f3504950c9c0052ba4b7e20a79356797aee /checklink | |
parent | e22118f5fe37a5129bf874fd7f49007d8b35b0f0 (diff) |
checklink: allow other number formats in configuration
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1972 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'checklink')
-rw-r--r-- | checklink/Check.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checklink/Check.ml b/checklink/Check.ml index c9fb67f..dc9f153 100644 --- a/checklink/Check.ml +++ b/checklink/Check.ml @@ -3409,7 +3409,7 @@ let parse_conf filename = (* a SDA mapping *) ; (fun () -> Scanf.sscanf line - "register r%u = 0x%lX" + "register r%u = %li" (fun r addr -> if IntMap.mem r !sda_map then failwith ( |