OSDN Git Service

* dv-tx3904tmr.c (deliver_tx3904tmr_tick): Add missing break statement.
authorNick Clifton <nickc@redhat.com>
Tue, 18 Apr 2006 09:19:28 +0000 (09:19 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 18 Apr 2006 09:19:28 +0000 (09:19 +0000)
sim/mips/ChangeLog
sim/mips/dv-tx3904tmr.c

index 65b8fae..e3c2283 100644 (file)
@@ -1,3 +1,8 @@
+2006-04-18  Nick Clifton  <nickc@redhat.com>
+
+       * dv-tx3904tmr.c (deliver_tx3904tmr_tick): Add missing break
+       statement.
+
 2006-03-29  Hans-Peter Nilsson  <hp@axis.com>
 
        * configure: Regenerate.
index c1c7b8c..89e0625 100644 (file)
@@ -675,6 +675,7 @@ deliver_tx3904tmr_tick (struct hw *me,
 
        case 3: /* disabled */
        default:
+         break;
        }
 
       /* update counter and report */