simplified how to retrieve dbgi a bit

This commit is contained in:
2025-09-28 00:42:01 +09:00
parent 0128fe88dc
commit 50c1d63ef4
6 changed files with 140 additions and 69 deletions

View File

@ -1619,7 +1619,8 @@ hak_oop_cons_t hak_putatdic_method (
hak_oop_dic_t dic,
hak_oop_t key,
hak_oop_t value,
int mtype /* 1 for class method, 2 for instance method */
int* mtype_flags /* [IN] 1 for class method, 2 for instance method,
[OUT] bit 0(1) or bit 1(2) set for each method type redefined */
);
/* ========================================================================= */