commit | 2d033196541959d91802d5a62e63771448101557 | [log] [tgz] |
---|---|---|
author | Gleb Natapov <gleb@redhat.com> | Thu Apr 02 15:51:46 2009 +0300 |
committer | Avi Kivity <avi@redhat.com> | Wed Jun 10 11:48:38 2009 +0300 |
tree | 5bbbd5a8082279186439e5011e1db08d327368a8 | |
parent | 4c26b4cd6ff6c3f7534f2aea9615a561c372ed05 [diff] |
KVM: x86 emulator: fix call near emulation The length of pushed on to the stack return address depends on operand size not address size. Signed-off-by: Gleb Natapov <gleb@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>