diff options
Diffstat (limited to 'cheri/sail_latex/sailfnexecuteCGetBase.tex')
| -rw-r--r-- | cheri/sail_latex/sailfnexecuteCGetBase.tex | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cheri/sail_latex/sailfnexecuteCGetBase.tex b/cheri/sail_latex/sailfnexecuteCGetBase.tex deleted file mode 100644 index 305762b9..00000000 --- a/cheri/sail_latex/sailfnexecuteCGetBase.tex +++ /dev/null @@ -1,9 +0,0 @@ -function clause #\hyperref[zexecute]{execute}# (#\hyperref[zCGetBase]{CGetBase}#(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[zgetCapBase]{getCapBase}#(capVal)); -} |
