Re: [Qemu-devel] [PATCH] nvic: Add missing 'break'

2017-10-12 Thread Richard Henderson
On 10/11/2017 10:24 AM, Peter Maydell wrote: > Coverity points out that we forgot the 'break' for > the SAU_CTRL write case (CID1381683). This has > no actual visible consequences because it happens > that the following case is effectively a no-op. > > Signed-off-by: Peter Maydell > --- > hw/int

[Qemu-devel] [PATCH] nvic: Add missing 'break'

2017-10-11 Thread Peter Maydell
Coverity points out that we forgot the 'break' for the SAU_CTRL write case (CID1381683). This has no actual visible consequences because it happens that the following case is effectively a no-op. Signed-off-by: Peter Maydell --- hw/intc/armv7m_nvic.c | 1 + 1 file changed, 1 insertion(+) diff -