mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
fix return of double values from Java to native code on ARM
This commit is contained in:
parent
6025ba736e
commit
cd3d1800c4
@ -170,17 +170,6 @@ LOCAL(vmInvoke_exit):
|
||||
// restore callee-saved registers
|
||||
ldmfd sp!, {r4-r11, lr}
|
||||
|
||||
LOCAL(vmInvoke_void):
|
||||
cmp ip, #VOID_TYPE
|
||||
beq LOCAL(vmInvoke_return)
|
||||
|
||||
LOCAL(vmInvoke_int64):
|
||||
cmp ip, #INT64_TYPE
|
||||
beq LOCAL(vmInvoke_return)
|
||||
|
||||
LOCAL(vmInvoke_int32):
|
||||
mov r1, #0
|
||||
|
||||
LOCAL(vmInvoke_return):
|
||||
bx lr
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user