mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +00:00
fix non-continuations ARM build
This commit is contained in:
parent
0f0427f23b
commit
632e50efe6
@ -249,11 +249,6 @@ LOCAL(vmJumpAndInvoke_getAddress):
|
|||||||
ldr lr,[r11,r10]
|
ldr lr,[r11,r10]
|
||||||
|
|
||||||
bx r1
|
bx r1
|
||||||
#else // not AVIAN_CONTINUATIONS
|
|
||||||
// vmJumpAndInvoke should only be called when continuations are
|
|
||||||
// enabled
|
|
||||||
bkpt
|
|
||||||
#endif // not AVIAN_CONTINUATIONS
|
|
||||||
|
|
||||||
LOCAL(vmInvoke_returnAddress_word):
|
LOCAL(vmInvoke_returnAddress_word):
|
||||||
.word GLOBAL(vmInvoke_returnAddress)(GOT)
|
.word GLOBAL(vmInvoke_returnAddress)(GOT)
|
||||||
@ -262,3 +257,8 @@ LOCAL(vmInvoke_getAddress_word):
|
|||||||
LOCAL(vmJumpAndInvoke_getAddress_word):
|
LOCAL(vmJumpAndInvoke_getAddress_word):
|
||||||
.word _GLOBAL_OFFSET_TABLE_-(LOCAL(vmJumpAndInvoke_getAddress)+8)
|
.word _GLOBAL_OFFSET_TABLE_-(LOCAL(vmJumpAndInvoke_getAddress)+8)
|
||||||
|
|
||||||
|
#else // not AVIAN_CONTINUATIONS
|
||||||
|
// vmJumpAndInvoke should only be called when continuations are
|
||||||
|
// enabled
|
||||||
|
bkpt
|
||||||
|
#endif // not AVIAN_CONTINUATIONS
|
||||||
|
Loading…
Reference in New Issue
Block a user