src/riscv/internal.h

Branch


Log

Author Commit Date CI Message
Peter Bergner c9b2a8a4 2025-08-07T06:40:35 riscv: Add static trampoline support (#931) (#933) Add static trampoline support to riscv32 and riscv64 Linux ABIs. The implementation follows the s390x and powerpc implementations which does not introduce a ffi_closure_*_alt function, but rather jumps directly to the ffi_closure_asm function itself.