Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix initialisation of MTCC register.
The ISA doc says that MTCC should be initialised to the executable root. This makes sense as it needs to be executable to be used as the trap vector. Sail was erroneously setting it to the memory RW root, so fix it here. cheriot-rtos never actually uses this initial value: instead it writes MTCC with a PCC derived capability, hence why this was not noticed before. Spotted by @kliuMsft .
- Loading branch information