diff options
author | Mike Pall <mike> | 2015-01-04 23:01:16 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2015-01-04 23:01:16 +0100 |
commit | dfe84fd8c545b6f2da721e3f86f9b00f31711abd (patch) | |
tree | aec798be428f542a17d36990686f83a0552ae70d /src/lj_ccall.h | |
parent | 968725c4d57851f46d5aa51ad8db8880e323300b (diff) | |
download | luajit-dfe84fd8c545b6f2da721e3f86f9b00f31711abd.tar.gz luajit-dfe84fd8c545b6f2da721e3f86f9b00f31711abd.tar.bz2 luajit-dfe84fd8c545b6f2da721e3f86f9b00f31711abd.zip |
PPC/e500: Drop support for this architecture.
Diffstat (limited to 'src/lj_ccall.h')
-rw-r--r-- | src/lj_ccall.h | 10 |
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 { | |||
80 | typedef intptr_t GPRArg; | 80 | typedef intptr_t GPRArg; |
81 | typedef double FPRArg; | 81 | typedef 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 | |||
91 | typedef 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 |