Commit f3fd92fb authored by Avi Kivity's avatar Avi Kivity

KVM: Remove extraneous semicolon after do/while

Notices by Guillaume Thouvenin.
Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment