]> Git Repo - qemu.git/blobdiff - hw/timer/sh_timer.c
fix "Missing break in switch" coverity reports
[qemu.git] / hw / timer / sh_timer.c
index 5f8736cf10a6fd5a0072e1de624e46b9679980db..91b18ba3127298f7486708d3f4559631e5934c10 100644 (file)
@@ -74,6 +74,7 @@ static uint32_t sh_timer_read(void *opaque, hwaddr offset)
     case OFFSET_TCPR:
         if (s->feat & TIMER_FEAT_CAPT)
             return s->tcpr;
+        /* fall through */
     default:
         hw_error("sh_timer_read: Bad offset %x\n", (int)offset);
         return 0;
This page took 0.022196 seconds and 4 git commands to generate.