Re: [Qemu-devel] [PATCH] target-m68k: fix get_mac_extf helper
15.07.2016 18:29, Paolo Bonzini wrote: > val is assigned twice; the second one should be combined with "|". > Reported by Coverity. Applied to -trivial, thanks! /mjt
[Qemu-devel] [PATCH] target-m68k: fix get_mac_extf helper
val is assigned twice; the second one should be combined with "|". Reported by Coverity. Signed-off-by: Paolo Bonzini --- target-m68k/helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target-m68k/helper.c b/target-m68k/helper.c index f52d0e3..89bbe6d 100644 --- a/targe