summaryrefslogtreecommitdiff
path: root/checklink/Check.ml
diff options
context:
space:
mode:
Diffstat (limited to 'checklink/Check.ml')
-rw-r--r--checklink/Check.ml6
1 files changed, 6 insertions, 0 deletions
diff --git a/checklink/Check.ml b/checklink/Check.ml
index be1360d..59ee4ee 100644
--- a/checklink/Check.ml
+++ b/checklink/Check.ml
@@ -436,6 +436,12 @@ let match_csts (cc: constant) (ec: int32): checker = fun ffw ->
| Csymbol_sda (ident, i) ->
(* sda should be handled separately in places it occurs *)
fatal "Unhandled Csymbol_sda, please report."
+ | Csymbol_rel_low (ident, i) | Csymbol_rel_high (ident, i) ->
+ (* not checked yet *)
+ OK((ff_ef ^%=
+ (add_log (WARNING("Cannot check access to far-data symbol " ^
+ Hashtbl.find ffw.sf.ident_to_name ident))))
+ ffw)
let match_z_int32 (cz: Z.t) (ei: int32) =
let cz = z_int32 cz in