diff options
Diffstat (limited to 'src/lj_ccall.h')
-rw-r--r-- | src/lj_ccall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_ccall.h b/src/lj_ccall.h index 9a927745..d9b1e42c 100644 --- a/src/lj_ccall.h +++ b/src/lj_ccall.h | |||
@@ -112,7 +112,7 @@ typedef struct CCallState { | |||
112 | uint8_t nfpr; /* Number of arguments in FPRs. */ | 112 | uint8_t nfpr; /* Number of arguments in FPRs. */ |
113 | #elif LJ_TARGET_X86 | 113 | #elif LJ_TARGET_X86 |
114 | uint8_t resx87; /* Result on x87 stack: 1:float, 2:double. */ | 114 | uint8_t resx87; /* Result on x87 stack: 1:float, 2:double. */ |
115 | #elif LJ_TARGET_PPC || LJ_TARGET_PPCSPE | 115 | #elif LJ_TARGET_PPC |
116 | uint8_t nfpr; /* Number of arguments in FPRs. */ | 116 | uint8_t nfpr; /* Number of arguments in FPRs. */ |
117 | #endif | 117 | #endif |
118 | #if CCALL_NUM_FPR | 118 | #if CCALL_NUM_FPR |