diff options
Diffstat (limited to 'src/lj_ccall.h')
-rw-r--r-- | src/lj_ccall.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lj_ccall.h b/src/lj_ccall.h index 890f665d..14f61924 100644 --- a/src/lj_ccall.h +++ b/src/lj_ccall.h | |||
@@ -64,8 +64,8 @@ typedef intptr_t GPRArg; | |||
64 | #define CCALL_NARG_FPR 8 | 64 | #define CCALL_NARG_FPR 8 |
65 | #define CCALL_NRET_GPR 4 /* For complex double. */ | 65 | #define CCALL_NRET_GPR 4 /* For complex double. */ |
66 | #define CCALL_NRET_FPR 1 | 66 | #define CCALL_NRET_FPR 1 |
67 | #define CCALL_SPS_EXTRA 3 | 67 | #define CCALL_SPS_EXTRA 4 |
68 | #define CCALL_SPS_FREE 1 | 68 | #define CCALL_SPS_FREE 0 |
69 | 69 | ||
70 | typedef intptr_t GPRArg; | 70 | typedef intptr_t GPRArg; |
71 | typedef double FPRArg; | 71 | typedef double FPRArg; |