Re: [PATCH 16/56] disas/riscv: Drop useless const in structures
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | gmane.comp.emulators.qemu |
|---|---|
| Message-ID | <[email protected]> |
On 10/8/26 00:35, Richard Henderson wrote: > Individual fields should not be const, only full structures. > > Signed-off-by: Richard Henderson <[email protected]> > --- > disas/riscv.h | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>