summaryrefslogtreecommitdiff
path: root/cheri/sail_latex/sailfnwriteCapReg.tex
diff options
context:
space:
mode:
Diffstat (limited to 'cheri/sail_latex/sailfnwriteCapReg.tex')
-rw-r--r--cheri/sail_latex/sailfnwriteCapReg.tex6
1 files changed, 0 insertions, 6 deletions
diff --git a/cheri/sail_latex/sailfnwriteCapReg.tex b/cheri/sail_latex/sailfnwriteCapReg.tex
deleted file mode 100644
index d8de79fd..00000000
--- a/cheri/sail_latex/sailfnwriteCapReg.tex
+++ /dev/null
@@ -1,6 +0,0 @@
-function #\hyperref[zwriteCapReg]{writeCapReg}#(n, cap) : (regno, CapStruct) -> unit =
- if (n == 0b00000) then
- ()
- else
- let i = #\hyperref[zunsigned]{unsigned}#(n) in
- (*CapRegs[i]) = #\hyperref[zcapStructToCapReg]{capStructToCapReg}#(cap)