load eax and edx in 32-bit vmJump

This commit is contained in:
Joel Dice 2009-05-24 18:57:59 -06:00
parent af59c85deb
commit dc523fe6eb

View File

@ -208,11 +208,13 @@ _vmJump:
.globl vmJump
vmJump:
# endif
movl 4(%esp),%eax
movl 4(%esp),%esi
movl 8(%esp),%ebp
movl 16(%esp),%ebx
movl 20(%esp),%eax
movl 24(%esp),%edx
movl 12(%esp),%esp
jmp *%eax
jmp *%esi
#else
# error unsupported platform