diff options
author | Stefan Weil <sw@weilnetz.de> | 2012-02-25 14:57:03 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2012-03-08 15:22:11 +0000 |
commit | 0ea5c0cdb0d87b5848cbe749598716bc62fd334a (patch) | |
tree | e932a20075cdaee364e2684fc7adfd63169e61b7 /target-mips/op_helper.c | |
parent | ba79c88604e3b602967705a66f683ff892980111 (diff) |
vnc: Add break statement
This was not a bug, but it is not common practice to omit the break statement
from the last case statement before an empty default case.
Any change of the default case would introduce a bug.
This was reported as a warning by splint.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'target-mips/op_helper.c')
0 files changed, 0 insertions, 0 deletions