nvic: Add missing 'break'
commita94bb9cd586c50d13b68e5fa4628cc36e29805c4
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 11 Oct 2017 17:24:36 +0000 (11 18:24 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 12 Oct 2017 12:24:39 +0000 (12 13:24 +0100)
tree3ce433866e06d163514d7f7030b4fa1c6369fe2d
parent76eff04d166b8fe747adbe82de8b7e060e668ff9
nvic: Add missing 'break'

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 <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 1507742676-9908-1-git-send-email-peter.maydell@linaro.org
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
hw/intc/armv7m_nvic.c