aboutsummaryrefslogtreecommitdiffstats
path: root/backend/AisAnnot.ml
diff options
context:
space:
mode:
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 _