diff dyncallback/dyncall_thunk.c @ 116:c5cb02203df4

- mips n64 working thunks - todo update
author cslag
date Thu, 23 Jun 2016 12:38:51 +0200
parents 3e629dc19168
children 170cde9e2a83
line wrap: on
line diff
--- a/dyncallback/dyncall_thunk.c	Thu Jun 23 12:21:07 2016 +0200
+++ b/dyncallback/dyncall_thunk.c	Thu Jun 23 12:38:51 2016 +0200
@@ -45,6 +45,8 @@
 #include "dyncall_thunk_arm32_thumb.c"
 #elif defined(DC__Arch_MIPS)
 #include "dyncall_thunk_mips.c"
+#elif defined(DC__Arch_MIPS64)
+#include "dyncall_thunk_mips64.c"
 #elif defined(DC__Arch_Sparc)
 #include "dyncall_thunk_sparc32.c"
 #elif defined(DC__Arch_Sparcv9)