mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 12:44:11 +08:00
KVM: Remove extraneous semicolon after do/while
Notices by Guillaume Thouvenin. Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
parent
2b48cc75b2
commit
f3fd92fbdb
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user