Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/os/linux/aarch64/callNative.S
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ callJNIMethod:
mov x29, sp
stp x19, x20, [x29, #16]

sub sp, sp, w3 /* allocate room for stacked args */
sub sp, sp, w3, uxtw /* allocate room for stacked args */
mov x14, sp

mov x20, x4 /* preserve ostack */
Expand Down