]> xenbits.xensource.com Git - xen.git/commit
x86/emulate: Resolve MISSING_BREAK issue in x86_decode()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 30 Sep 2016 10:01:04 +0000 (11:01 +0100)
committerWei Liu <wei.liu2@citrix.com>
Fri, 30 Sep 2016 11:17:01 +0000 (12:17 +0100)
commit933acddf74213f77a5adbb2c10ccd3f72634d456
treeb704828ee291ee106ba72fea7d85c62ebf266e29
parent2cb3a419324f763b3856e49798603de208af0800
x86/emulate: Resolve MISSING_BREAK issue in x86_decode()

Coverity doesn't appear to be able to spot that this is a terminal error path,
but leave a comment to "fix" MISSING_BREAK.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/x86_emulate/x86_emulate.c