summaryrefslogtreecommitdiff
path: root/cheri/sail_latex/sailfnsetCapBounds.tex
diff options
context:
space:
mode:
Diffstat (limited to 'cheri/sail_latex/sailfnsetCapBounds.tex')
-rw-r--r--cheri/sail_latex/sailfnsetCapBounds.tex3
1 files changed, 0 insertions, 3 deletions
diff --git a/cheri/sail_latex/sailfnsetCapBounds.tex b/cheri/sail_latex/sailfnsetCapBounds.tex
deleted file mode 100644
index cb689dd8..00000000
--- a/cheri/sail_latex/sailfnsetCapBounds.tex
+++ /dev/null
@@ -1,3 +0,0 @@
-function #\hyperref[zsetCapBounds]{setCapBounds}#(cap, base, top) =
- let length : #\hyperref[zbits]{bits}#(65) = top - (0b0 @ base) in
- (true, {cap with base = base, length = length[63..0], address = base})