touching up code for ongoing gc enhancement
This commit is contained in:
@ -855,7 +855,7 @@ int moo_genpfmethod (moo_t* moo, moo_mod_t* mod, moo_oop_class_t _class, moo_met
|
||||
#if defined(MOO_USE_METHOD_TRAILER)
|
||||
mth = (moo_oop_method_t)moo_instantiatewithtrailer (moo, moo->_method, 1, MOO_NULL, 0);
|
||||
#else
|
||||
mth = (moo_oop_method_t)moo_instantiate (moo, moo->_method, MOO_NULL, 1);
|
||||
mth = (moo_oop_method_t)moo_instantiate(moo, moo->_method, MOO_NULL, 1);
|
||||
#endif
|
||||
if (!mth)
|
||||
{
|
||||
|
Reference in New Issue
Block a user