mirror of
https://github.com/corda/corda.git
synced 2025-04-18 08:10:47 +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
|
||||
vmJump:
|
||||
# endif
|
||||
movl 4(%esp),%eax
|
||||
movl 4(%esp),%esi
|
||||
movl 8(%esp),%ebp
|
||||
movl 16(%esp),%ebx
|
||||
movl 20(%esp),%eax
|
||||
movl 24(%esp),%edx
|
||||
movl 12(%esp),%esp
|
||||
jmp *%eax
|
||||
jmp *%esi
|
||||
|
||||
#else
|
||||
# error unsupported platform
|
||||
|
Loading…
x
Reference in New Issue
Block a user