diff options
-rw-r--r-- | arch/x86/kvm/x86_emulate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/x86_emulate.c b/arch/x86/kvm/x86_emulate.c index e8c87ccfe310..69b330ba0ad0 100644 --- a/arch/x86/kvm/x86_emulate.c +++ b/arch/x86/kvm/x86_emulate.c | |||
@@ -374,7 +374,7 @@ static u16 group2_table[] = { | |||
374 | : "=m" (_eflags), "=m" ((_dst).val), \ | 374 | : "=m" (_eflags), "=m" ((_dst).val), \ |
375 | "=&r" (_tmp) \ | 375 | "=&r" (_tmp) \ |
376 | : _y ((_src).val), "i" (EFLAGS_MASK)); \ | 376 | : _y ((_src).val), "i" (EFLAGS_MASK)); \ |
377 | } while (0); | 377 | } while (0) |
378 | 378 | ||
379 | 379 | ||
380 | /* Raw emulation: instruction has two explicit operands. */ | 380 | /* Raw emulation: instruction has two explicit operands. */ |