mirror of
https://github.com/corda/corda.git
synced 2025-06-11 11:51:44 +00:00
fix 64-bit Windows implementation of vmRun
This commit is contained in:
parent
cdb75ef6d7
commit
85bd36c75a
@ -196,10 +196,10 @@ GLOBAL(vmRun):
|
|||||||
movq %rsi,56(%rsp)
|
movq %rsi,56(%rsp)
|
||||||
movq %rdi,64(%rsp)
|
movq %rdi,64(%rsp)
|
||||||
|
|
||||||
movq %rsp,CHECKPOINT_STACK(%rcx)
|
movq %rsp,CHECKPOINT_STACK(%r8)
|
||||||
|
|
||||||
movq %rcx,%r11
|
movq %rcx,%r11
|
||||||
movq CHECKPOINT_THREAD(%rdx),%rcx
|
movq CHECKPOINT_THREAD(%r8),%rcx
|
||||||
|
|
||||||
call *%r11
|
call *%r11
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user