diff dyncallback/dyncall_thunk.c @ 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 f5577f6bf97a
children
line wrap: on
line diff
--- a/dyncallback/dyncall_thunk.c	Thu Mar 07 14:48:03 2024 +0100
+++ b/dyncallback/dyncall_thunk.c	Thu Mar 07 17:42:13 2024 +0100
@@ -51,5 +51,7 @@
 #include "dyncall_thunk_sparc64.c"
 #elif defined(DC__Arch_ARM64)
 #include "dyncall_thunk_arm64.c"
+#elif defined(DC__Arch_RiscV64)
+#include "dyncall_thunk_riscv64.c"
 #endif