aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend/PrintClight.ml
diff options
context:
space:
mode:
Diffstat (limited to 'cfrontend/PrintClight.ml')
-rw-r--r--cfrontend/PrintClight.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfrontend/PrintClight.ml b/cfrontend/PrintClight.ml
index ebd06c54..f1c3ef18 100644
--- a/cfrontend/PrintClight.ml
+++ b/cfrontend/PrintClight.ml
@@ -206,7 +206,7 @@ and print_cases p cases =
and print_case_label p = function
| None -> fprintf p "default"
- | Some lbl -> fprintf p "case %ld" (camlint_of_coqint lbl)
+ | Some lbl -> fprintf p "case %s" (Z.to_string lbl)
and print_stmt_for p s =
match s with