Re: [PATCH] hw/riscv/riscv-iommu-sys.c: fix duplicated 'table_size'

2025-01-01 Thread Alistair Francis
On Mon, Dec 23, 2024 at 7:46 AM Daniel Henrique Barboza wrote: > > Trivial fix for the following ticket: > > CID 1568580: Incorrect expression (EVALUATION_ORDER) > In "table_size = table_size = n_vectors * 16U", > "table_size" is written twice with the same value. > > Cc: qemu-triv...@nongnu

[PATCH] hw/riscv/riscv-iommu-sys.c: fix duplicated 'table_size'

2024-12-22 Thread Daniel Henrique Barboza
Trivial fix for the following ticket: CID 1568580: Incorrect expression (EVALUATION_ORDER) In "table_size = table_size = n_vectors * 16U", "table_size" is written twice with the same value. Cc: qemu-triv...@nongnu.org Cc: Peter Maydell Resolves: Coverity CID 1568580 Fixes: 01c1caa9d1 ("hw/