Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AArch64: Fix getArgPointer() for FFI upcall #16332

Merged
merged 1 commit into from
Nov 18, 2022

Commits on Nov 17, 2022

  1. AArch64: Fix getArgPointer() for FFI upcall

    This commit fixes getArgPointer() for AArch64 for FFI upcall.
    
    The function needs to maintain two offsets in the stack: one for the
    arguments stored by the upcall thunk, another one for the arguments
    stored in the stack by the caller.
    
    Signed-off-by: KONNO Kazuhiro <konno@jp.ibm.com>
    knn-k committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    ad8d0e5 View commit details
    Browse the repository at this point in the history