提交 f3fd92fb 编写于 作者: A Avi Kivity

KVM: Remove extraneous semicolon after do/while

Notices by Guillaume Thouvenin.
Signed-off-by: NAvi Kivity <avi@redhat.com>
上级 2b48cc75
......@@ -374,7 +374,7 @@ static u16 group2_table[] = {
: "=m" (_eflags), "=m" ((_dst).val), \
"=&r" (_tmp) \
: _y ((_src).val), "i" (EFLAGS_MASK)); \
} while (0);
} while (0)
/* Raw emulation: instruction has two explicit operands. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册