summaryrefslogtreecommitdiff
path: root/cheri/sail_latex/sailfnexecuteCGetAddr.tex
diff options
context:
space:
mode:
Diffstat (limited to 'cheri/sail_latex/sailfnexecuteCGetAddr.tex')
-rw-r--r--cheri/sail_latex/sailfnexecuteCGetAddr.tex9
1 files changed, 0 insertions, 9 deletions
diff --git a/cheri/sail_latex/sailfnexecuteCGetAddr.tex b/cheri/sail_latex/sailfnexecuteCGetAddr.tex
deleted file mode 100644
index dd35b2ce..00000000
--- a/cheri/sail_latex/sailfnexecuteCGetAddr.tex
+++ /dev/null
@@ -1,9 +0,0 @@
-function clause #\hyperref[zexecute]{execute}# (#\hyperref[zCGetAddr]{CGetAddr}#(rd, cb)) =
-{
- #\hyperref[zcheckCPtwousable]{checkCP2usable}#();
- if (#\hyperref[zregisterzyinaccessible]{register\_inaccessible}#(cb)) then
- #\hyperref[zraisezyctwozyexception]{raise\_c2\_exception}#(CapEx_AccessSystemRegsViolation, cb)
- else
- let capVal = #\hyperref[zreadCapReg]{readCapReg}#(cb) in
- #\hyperref[zwGPR]{wGPR}#(rd) = #\hyperref[ztozybits]{to\_bits}#(64, #\hyperref[zgetCapCursor]{getCapCursor}#(capVal));
-}