summaryrefslogtreecommitdiff
path: root/cheri/sail_latex/sailfnexecuteCGetPCC.tex
diff options
context:
space:
mode:
Diffstat (limited to 'cheri/sail_latex/sailfnexecuteCGetPCC.tex')
-rw-r--r--cheri/sail_latex/sailfnexecuteCGetPCC.tex11
1 files changed, 0 insertions, 11 deletions
diff --git a/cheri/sail_latex/sailfnexecuteCGetPCC.tex b/cheri/sail_latex/sailfnexecuteCGetPCC.tex
deleted file mode 100644
index 08b9aa67..00000000
--- a/cheri/sail_latex/sailfnexecuteCGetPCC.tex
+++ /dev/null
@@ -1,11 +0,0 @@
-function clause #\hyperref[zexecute]{execute}# (#\hyperref[zCGetPCC]{CGetPCC}#(cd)) =
-{
- #\hyperref[zcheckCPtwousable]{checkCP2usable}#();
- if (#\hyperref[zregisterzyinaccessible]{register\_inaccessible}#(cd)) then
- #\hyperref[zraisezyctwozyexception]{raise\_c2\_exception}#(CapEx_AccessSystemRegsViolation, cd)
- else
- let pcc = (#\hyperref[zcapRegToCapStruct]{capRegToCapStruct}#(PCC)) in
- let (success, pcc2) = #\hyperref[zsetCapOffset]{setCapOffset}#(pcc, PC) in
- {assert (success, ""); /* guaranteed to be in-bounds */
- #\hyperref[zwriteCapReg]{writeCapReg}#(cd, pcc2)};
-}