experiment with unaligned address in ffi

This commit is contained in:
hyunghwan.chung
2019-09-05 08:45:04 +00:00
parent 00969032ff
commit dd6186d1f2
5 changed files with 35 additions and 11 deletions

View File

@@ -840,7 +840,7 @@ int moo_genpfmethod (moo_t* moo, moo_mod_t* mod, moo_oop_class_t _class, moo_met
goto oops;
}
mnsym = (moo_oop_char_t)moo_makesymbol (moo, mthname, i);
mnsym = (moo_oop_char_t)moo_makesymbol(moo, mthname, i);
if (!mnsym) goto oops;
moo_pushvolat (moo, (moo_oop_t*)&mnsym); tmp_count++;