mirror of
https://github.com/corda/corda.git
synced 2025-01-19 11:16:54 +00:00
fix compile-arm64.S when using the apple toolchain
This commit is contained in:
parent
a200d4d529
commit
5ce8c2ed54
@ -58,7 +58,7 @@ GLOBAL(vmInvoke):
|
||||
str x5, [x0,#TARGET_THREAD_SCRATCH]
|
||||
|
||||
// copy arguments into place
|
||||
sub sp, sp, w3
|
||||
sub sp, sp, w3, uxtw
|
||||
mov x5, #0
|
||||
b LOCAL(vmInvoke_argumentTest)
|
||||
|
||||
@ -69,7 +69,7 @@ LOCAL(vmInvoke_argumentLoop):
|
||||
|
||||
LOCAL(vmInvoke_argumentTest):
|
||||
cmp x4, x3
|
||||
blt LOCAL(vmInvoke_argumentLoop)
|
||||
b.lt LOCAL(vmInvoke_argumentLoop)
|
||||
|
||||
// we use x19 to hold the thread pointer, by convention
|
||||
mov x19, x0
|
||||
|
Loading…
Reference in New Issue
Block a user