aboutsummaryrefslogtreecommitdiffstats
path: root/arm
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-19 19:50:14 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-19 19:50:14 +0200
commitd0163625ad55f8b01a3c002dd52be83b8a26e35e (patch)
treed8aa19e8cf7f69775ff5233897c7939e344010e5 /arm
parent9010b8750aecd3a1ab45944b7dd4af3f33768f71 (diff)
downloadcompcert-kvx-d0163625ad55f8b01a3c002dd52be83b8a26e35e.tar.gz
compcert-kvx-d0163625ad55f8b01a3c002dd52be83b8a26e35e.zip
test whether the instructions are allowed
Diffstat (limited to 'arm')
-rw-r--r--arm/Archi.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/arm/Archi.v b/arm/Archi.v
index 16d6c71d..738341cc 100644
--- a/arm/Archi.v
+++ b/arm/Archi.v
@@ -97,3 +97,5 @@ Parameter abi: abi_kind.
(** Whether instructions added with Thumb2 are supported. True for ARMv6T2
and above. *)
Parameter thumb2_support: bool.
+
+Definition has_notrap_loads := false.