On 6/22/26 14:25, Philippe Mathieu-Daudé wrote:
Here we want to keep logic parity, in case another RISCV accelerator is added:return tcg_enabled() ? cpu->cfg.pmp : false;
tcg_enabled() && cpu->cfg.pmp r~
On 6/22/26 14:25, Philippe Mathieu-Daudé wrote:
Here we want to keep logic parity, in case another RISCV accelerator is added:return tcg_enabled() ? cpu->cfg.pmp : false;
tcg_enabled() && cpu->cfg.pmp r~