From: Avi Kivity Date: Sat, 26 Jan 2013 21:56:04 +0000 (+0200) Subject: KVM: x86 emulator: fix test_cc() build failure on i386 X-Git-Tag: v3.9-rc1~97^2~7^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f0c3d0bb2bcc4b88b22452a7cf0073ee9a0f1e6;p=pandora-kernel.git 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 Signed-off-by: Gleb Natapov --- Reading git-diff-tree failed