Skip to content

Commit

Permalink
MIPS64: Hide internal function.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Pall committed Sep 18, 2017
1 parent 05fbdf5 commit bf12f1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lj_ccall.c
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,8 @@ static unsigned int ccall_classify_struct(CTState *cts, CType *ct, CType *ctf)
return 0; /* Struct is in GPRs. */
}

void ccall_copy_struct(CCallState *cc, CType *ctr, void *dp, void *sp, int ft)
static void ccall_copy_struct(CCallState *cc, CType *ctr, void *dp, void *sp,
int ft)
{
if (LJ_ABI_SOFTFP ? ft :
((ft & 3) == FTYPE_FLOAT || (ft >> 2) == FTYPE_FLOAT)) {
Expand Down

0 comments on commit bf12f1d

Please sign in to comment.