summaryrefslogtreecommitdiff
path: root/cheri
diff options
context:
space:
mode:
Diffstat (limited to 'cheri')
-rw-r--r--cheri/cheri_types.sail5
1 files changed, 2 insertions, 3 deletions
diff --git a/cheri/cheri_types.sail b/cheri/cheri_types.sail
index 53d05cb5..79ea1801 100644
--- a/cheri/cheri_types.sail
+++ b/cheri/cheri_types.sail
@@ -32,7 +32,6 @@
(* SUCH DAMAGE. *)
(*========================================================================*)
-let (nat) max_otype = 0xffffff
-let have_cp2 = true
+(*let (nat) max_otype = 0xffffff
+let have_cp2 = true*)
typedef CapLen = [|0 : 2**65|]
-