Re: [PATCH 1/9] target/riscv: Improve riscv_has_ext
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | gmane.comp.emulators.qemu |
|---|---|
| Message-ID | <[email protected]> |
On 9/8/26 03:33, Richard Henderson wrote: > Constify the env pointer and return bool. > > Signed-off-by: Richard Henderson <[email protected]> > --- > target/riscv/cpu.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>