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)
'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>

No differences found