Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve the requirement for callers with paging enabled
The current requirement of ensuring semihosting instruction sequence is aligned within a single page is not suitable for RISC-V platforms where TLB is not implemented. To address this, add more stricter requirement where caller must ensure semihosting instruction sequence and data passed via memory are both paged in. Suggested-by: Ved Shanbhogue <[email protected]> Signed-off-by: Anup Patel <[email protected]>
- Loading branch information