KVM: x86 emulator: drop parentheses in repreat macros
authorAvi Kivity <avi@redhat.com>
Thu, 29 Jul 2010 12:11:34 +0000 (15:11 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:50:06 +0000 (10:50 +0200)
commitea9ef04e19c7c441b1ce9fe28ff6d9522c848baa
treeda3d1a2479aa4d3102036d57a19033f3695316bd
parent62bd430e6d41ac84ff2fb719f5783c3692718f47
KVM: x86 emulator: drop parentheses in repreat macros

The parenthese make is impossible to use the macros with initializers that
require braces.

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/emulate.c