diff dyncall/dyncall.h @ 653:0c8838766866

- riscv64 support for calls and callbacks (but lacking aggr and syscall support) - thanks Jun Jeon! :) - mark riscv64 as implemented in manual overview
author Tassilo Philipp
date Thu, 07 Mar 2024 17:42:13 +0100
parents 71c884e610f0
children
line wrap: on
line diff
--- a/dyncall/dyncall.h	Thu Mar 07 14:48:03 2024 +0100
+++ b/dyncall/dyncall.h	Thu Mar 07 17:42:13 2024 +0100
@@ -75,6 +75,7 @@
 #define DC_CALL_C_ARM64                22
 #define DC_CALL_C_PPC64                23
 #define DC_CALL_C_PPC64_LINUX          DC_CALL_C_PPC64 /* alias */
+#define DC_CALL_C_RISCV64              24
 /* syscalls, default */
 #define DC_CALL_SYS_DEFAULT           200
 /* syscalls, platform specific */