]> rtime.felk.cvut.cz Git - linux-imx.git/commit
KVM: x86 emulator: fix test_cc() build failure on i386
authorAvi Kivity <avi.kivity@gmail.com>
Sat, 26 Jan 2013 21:56:04 +0000 (23:56 +0200)
committerGleb Natapov <gleb@redhat.com>
Sun, 27 Jan 2013 09:09:38 +0000 (11:09 +0200)
commit3f0c3d0bb2bcc4b88b22452a7cf0073ee9a0f1e6
treee75abca462df6fbd001c323e9ec453c8c49053f0
parent141687869fb904e912568c6b94a6b1fa2114f6ed
KVM: x86 emulator: fix test_cc() build failure on i386

'pushq' doesn't exist on i386.  Replace with 'push', which should work
since the operand is a register.

Signed-off-by: Avi Kivity <avi.kivity@gmail.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
arch/x86/kvm/emulate.c