mirror of
https://github.com/corda/corda.git
synced 2025-02-02 09:18:13 +00:00
load eax and edx in 32-bit vmJump
This commit is contained in:
parent
af59c85deb
commit
dc523fe6eb
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user