git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1416878
)
KVM: x86 emulator: fix test_cc() build failure on i386
author
Avi Kivity
<avi.kivity@gmail.com>
Sat, 26 Jan 2013 21:56:04 +0000
(23:56 +0200)
committer
Gleb 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