fix order of operations in vmJump

This commit is contained in:
Joel Dice 2009-07-27 18:09:25 -06:00
parent ad66ae2691
commit 14e73560bb

View File

@ -136,9 +136,9 @@ LOCAL(exit):
.globl GLOBAL(vmJump)
GLOBAL(vmJump):
movq %rdx,%rbp
movq 8(%rsp),%rax
movq 16(%rsp),%rdx
movq %rdx,%rbp
movq %r8,%rsp
movq %r9,%rbx
jmp *%rcx