Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
target/riscv: Stop caching writes to DPC
Since DPC is WARL (same rules as MEPC according to the specification), it is possible that writes to it won't result in the exact value present. Therefore, writes to it shouldn't be cached, same as with other WARL registers. Change-Id: I818c0cef9727b999b7d84b19f9f42cd706c99d69 Signed-off-by: Marek Vrbka <marek.vrbka@codasip.com>
- Loading branch information