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 .globl vmJump
vmJump: vmJump:
# endif # endif
movl 4(%esp),%eax movl 4(%esp),%esi
movl 8(%esp),%ebp movl 8(%esp),%ebp
movl 16(%esp),%ebx movl 16(%esp),%ebx
movl 20(%esp),%eax
movl 24(%esp),%edx
movl 12(%esp),%esp movl 12(%esp),%esp
jmp *%eax jmp *%esi
#else #else
# error unsupported platform # error unsupported platform