File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1308,11 +1308,10 @@ \subsection{Retrieving capability properties}
1308
1308
% This macro wraps the compiler built-in
1309
1309
% \cfunc{\_\_builtin\_cheri\_address\_get}.
1310
1310
1311
- \item [\ccode {size\_ t cheri\_ getlen (void *c)}] Return the length of the bounds for the capability \cvar {c}.
1311
+ \item [\ccode {size\_ t cheri\_ getlength (void *c)}] Return the length of the bounds for the capability \cvar {c}.
1312
1312
% This macro wraps the compiler built-in
1313
1313
% \cfunc{\_\_builtin\_cheri\_length\_get}.
1314
1314
(The base plus the length gives the upper bound on \cvar {c}'s address.)
1315
- \arnote {I would quite like it if we used `` cheri\_ getlength'' instead and deprecated the `` len'' version.}
1316
1315
1317
1316
\item [\ccode {size\_ t cheri\_ getoffset(void *c)}] Return the difference between the address and the lower bound of the capability \cvar {c}.
1318
1317
% This macro wraps the compiler built-in
You can’t perform that action at this time.
0 commit comments