mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +00:00
fix order of operations in vmJump
This commit is contained in:
parent
ad66ae2691
commit
14e73560bb
@ -136,9 +136,9 @@ LOCAL(exit):
|
|||||||
|
|
||||||
.globl GLOBAL(vmJump)
|
.globl GLOBAL(vmJump)
|
||||||
GLOBAL(vmJump):
|
GLOBAL(vmJump):
|
||||||
|
movq %rdx,%rbp
|
||||||
movq 8(%rsp),%rax
|
movq 8(%rsp),%rax
|
||||||
movq 16(%rsp),%rdx
|
movq 16(%rsp),%rdx
|
||||||
movq %rdx,%rbp
|
|
||||||
movq %r8,%rsp
|
movq %r8,%rsp
|
||||||
movq %r9,%rbx
|
movq %r9,%rbx
|
||||||
jmp *%rcx
|
jmp *%rcx
|
||||||
|
Loading…
Reference in New Issue
Block a user