Skip to content

Commit

Permalink
KVM: Remove extraneous semicolon after do/while
Browse files Browse the repository at this point in the history
Notices by Guillaume Thouvenin.

Signed-off-by: Avi Kivity <avi@redhat.com>
  • Loading branch information
Avi Kivity committed Dec 31, 2008
1 parent 2b48cc7 commit f3fd92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kvm/x86_emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit f3fd92f

Please sign in to comment.