mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
MIPS64: Hide internal function.
This commit is contained in:
parent
05fbdf565c
commit
bf12f1dafb
@ -848,7 +848,8 @@ noth: /* Not a homogeneous float/double aggregate. */
|
|||||||
return 0; /* Struct is in GPRs. */
|
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 :
|
if (LJ_ABI_SOFTFP ? ft :
|
||||||
((ft & 3) == FTYPE_FLOAT || (ft >> 2) == FTYPE_FLOAT)) {
|
((ft & 3) == FTYPE_FLOAT || (ft >> 2) == FTYPE_FLOAT)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user