fix 64-bit Windows implementation of vmRun

This commit is contained in:
Joel Dice 2011-02-02 15:34:18 -07:00
parent cdb75ef6d7
commit 85bd36c75a

View File

@ -196,10 +196,10 @@ GLOBAL(vmRun):
movq %rsi,56(%rsp)
movq %rdi,64(%rsp)
movq %rsp,CHECKPOINT_STACK(%rcx)
movq %rsp,CHECKPOINT_STACK(%r8)
movq %rcx,%r11
movq CHECKPOINT_THREAD(%rdx),%rcx
movq CHECKPOINT_THREAD(%r8),%rcx
call *%r11