aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend/C2C.ml
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2016-08-31 11:06:34 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2016-08-31 11:06:34 +0200
commitb3e25b456f8e853b2380ede8edd6a9b7e688b780 (patch)
tree9841b3829cf65c3114dc653b648209f304a02857 /cfrontend/C2C.ml
parent8c926e846bd36a6e8f0f7820ba98f049d4835095 (diff)
downloadcompcert-kvx-b3e25b456f8e853b2380ede8edd6a9b7e688b780.tar.gz
compcert-kvx-b3e25b456f8e853b2380ede8edd6a9b7e688b780.zip
Added missing literal. Bug 18004
Diffstat (limited to 'cfrontend/C2C.ml')
-rw-r--r--cfrontend/C2C.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfrontend/C2C.ml b/cfrontend/C2C.ml
index a7234705..952d59e7 100644
--- a/cfrontend/C2C.ml
+++ b/cfrontend/C2C.ml
@@ -791,7 +791,7 @@ let rec convertExpr env e =
Tcons(targ, Tnil), convertExprList env [arg],
convertTyp env e.etyp)
| _ ->
- error "argument 1 of '__builtin_annot_intval' must be a string";
+ error "argument 1 of '__builtin_annot_intval' must be a string literal";
ezero
end