Explorar o código

MIPS64: Hide internal function.

Mike Pall %!s(int64=8) %!d(string=hai) anos
pai
achega
bf12f1dafb
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/lj_ccall.c

+ 2 - 1
src/lj_ccall.c

@@ -848,7 +848,8 @@ noth:  /* Not a homogeneous float/double aggregate. */
   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)) {