code clean-up
This commit is contained in:
parent
2cf12ade33
commit
f33af85fbc
@ -694,7 +694,7 @@ static moo_pfrc_t pf_call (moo_t* moo, moo_mod_t* mod, moo_ooi_t nargs)
|
|||||||
goto ret_as_long;
|
goto ret_as_long;
|
||||||
#else
|
#else
|
||||||
moo_oop_t r;
|
moo_oop_t r;
|
||||||
#if defined(USE_DYNCALL)
|
#if defined(USE_DYNCALL)
|
||||||
r = moo_intmaxtoint(moo, dcCallLongLong(ffi->dc, f));
|
r = moo_intmaxtoint(moo, dcCallLongLong(ffi->dc, f));
|
||||||
#elif defined(USE_LIBFFI)
|
#elif defined(USE_LIBFFI)
|
||||||
/* TODO: unsigned */
|
/* TODO: unsigned */
|
||||||
@ -705,13 +705,7 @@ static moo_pfrc_t pf_call (moo_t* moo, moo_mod_t* mod, moo_ooi_t nargs)
|
|||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#if 0
|
|
||||||
case 'B': /* byte array */
|
|
||||||
{
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
case FMTC_BCS:
|
case FMTC_BCS:
|
||||||
{
|
{
|
||||||
moo_oop_t s;
|
moo_oop_t s;
|
||||||
|
Loading…
Reference in New Issue
Block a user