summaryrefslogtreecommitdiff
path: root/cheri/sail_latexcc/sailccfnincCapOffset.tex
diff options
context:
space:
mode:
Diffstat (limited to 'cheri/sail_latexcc/sailccfnincCapOffset.tex')
-rw-r--r--cheri/sail_latexcc/sailccfnincCapOffset.tex5
1 files changed, 0 insertions, 5 deletions
diff --git a/cheri/sail_latexcc/sailccfnincCapOffset.tex b/cheri/sail_latexcc/sailccfnincCapOffset.tex
deleted file mode 100644
index 59d3237e..00000000
--- a/cheri/sail_latexcc/sailccfnincCapOffset.tex
+++ /dev/null
@@ -1,5 +0,0 @@
-function #\hyperref[zincCapOffset]{incCapOffset}#(c, delta) : (CapStruct, #\hyperref[zbits]{bits}#(64)) -> (bool, CapStruct) =
- let newAddress : #\hyperref[zbits]{bits}#(64) = c.address + delta in
- let newCap = { c with address = newAddress } in
- let representable = #\hyperref[zfastRepCheck]{fastRepCheck}#(c, delta) in
- (representable, newCap)