aboutsummaryrefslogtreecommitdiff
path: root/src/lj_ccall.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lj_ccall.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/lj_ccall.h b/src/lj_ccall.h
index c3ea9e6f..81d2bb39 100644
--- a/src/lj_ccall.h
+++ b/src/lj_ccall.h
@@ -80,16 +80,6 @@ typedef union FPRArg {
80typedef intptr_t GPRArg; 80typedef intptr_t GPRArg;
81typedef double FPRArg; 81typedef double FPRArg;
82 82
83#elif LJ_TARGET_PPCSPE
84
85#define CCALL_NARG_GPR 8
86#define CCALL_NARG_FPR 0
87#define CCALL_NRET_GPR 4 /* For softfp complex double. */
88#define CCALL_NRET_FPR 0
89#define CCALL_SPS_FREE 0 /* NYI */
90
91typedef intptr_t GPRArg;
92
93#elif LJ_TARGET_MIPS 83#elif LJ_TARGET_MIPS
94 84
95#define CCALL_NARG_GPR 4 85#define CCALL_NARG_GPR 4