Skip to content

Commit

Permalink
hybrid: fix a sentence that uses the old definition of M
Browse files Browse the repository at this point in the history
Integer pointer mode is now M = 1. Fix a sentence that hasn't been
converted to the new definition of the M bit.

Signed-off-by: Martin Kaiser <[email protected]>
  • Loading branch information
martin-kaiser committed Aug 1, 2024
1 parent 8b1b3b9 commit 1cd124b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riscv-hybrid-integration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The CHERI execution mode is key in providing backwards compatibility with the
base RISC-V ISA. RISC-V software is able to execute unchanged in
implementations supporting both {cheri_base_ext_name} and
{cheri_default_ext_name} provided that the <<infinite-cap>> capability is installed in <<ddc>> and <<pcc>>
(with <<m_bit,M=0>>, i.e. in pass:attributes,quotes[{cheri_int_mode_name}]).
(with <<m_bit,M={INT_MODE_VALUE}>>, i.e. in pass:attributes,quotes[{cheri_int_mode_name}]).
Setting both registers to <<infinite-cap>> ensures that:

* All permissions are granted
Expand Down

0 comments on commit 1cd124b

Please sign in to comment.