aboutsummaryrefslogtreecommitdiffstats
path: root/backend/AisAnnot.ml
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2018-03-07 15:11:52 +0100
committerBernhard Schommer <bernhardschommer@gmail.com>2018-03-07 15:11:52 +0100
commit2e57ee6dc7c43c96a6332538288f749b5bcde1c6 (patch)
tree07acd98081b6ff441f49e8280083419405b39f5b /backend/AisAnnot.ml
parentd23112021cd3a8e4caed49435764a2328025dd00 (diff)
downloadcompcert-kvx-2e57ee6dc7c43c96a6332538288f749b5bcde1c6.tar.gz
compcert-kvx-2e57ee6dc7c43c96a6332538288f749b5bcde1c6.zip
Improve wording.
Mention that it is a global memory cell. Fix 22464
Diffstat (limited to 'backend/AisAnnot.ml')
-rw-r--r--backend/AisAnnot.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/AisAnnot.ml b/backend/AisAnnot.ml
index afa7e50f..0aa5bbdc 100644
--- a/backend/AisAnnot.ml
+++ b/backend/AisAnnot.ml
@@ -37,7 +37,7 @@ exception Bad_parameter of string
let warn_lval_arg pos arg =
let warn ty =
- let msg = sprintf "expected register or memory cell but found %s for parameter '%s'" ty pos in
+ let msg = sprintf "expected register or global memory cell but found %s for parameter '%s'" ty pos in
raise (Bad_parameter msg) in
match arg with
| BA_int _