Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3fd92fb authored by Avi Kivity's avatar Avi Kivity
Browse files

KVM: Remove extraneous semicolon after do/while



Notices by Guillaume Thouvenin.

Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent 2b48cc75
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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. */