summaryrefslogtreecommitdiff
path: root/src/lj_ccall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_ccall.c')
-rw-r--r--src/lj_ccall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_ccall.c b/src/lj_ccall.c
index 183e471c..3ec5b1cc 100644
--- a/src/lj_ccall.c
+++ b/src/lj_ccall.c
@@ -578,7 +578,7 @@ static int ccall_set_args(lua_State *L, CTState *cts, CType *ct,
578 } 578 }
579 if (fid) lj_err_caller(L, LJ_ERR_FFI_NUMARG); /* Too few arguments. */ 579 if (fid) lj_err_caller(L, LJ_ERR_FFI_NUMARG); /* Too few arguments. */
580 580
581#if LJ_TARGET_X64 || LJ_TARGET_PPC || LJ_TARGET_PPCSPE 581#if LJ_TARGET_X64 || LJ_TARGET_PPC
582 cc->nfpr = nfpr; /* Required for vararg functions. */ 582 cc->nfpr = nfpr; /* Required for vararg functions. */
583#endif 583#endif
584 cc->nsp = nsp; 584 cc->nsp = nsp;