added the name field to the class struct
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-06 00:47:47 +09:00
parent 36b83c63e7
commit 0befaf0a97
2 changed files with 5 additions and 2 deletions

View File

@ -1423,8 +1423,8 @@ static int ignite_3 (hcl_t* hcl)
if (HCL_UNLIKELY(!sym)) return -1;
cls = *(hcl_oop_class_t*)((hcl_uint8_t*)hcl + kernel_classes[i].offset);
#if 0
HCL_STORE_OOP (hcl, (hcl_oop_t*)&cls->name, sym);
#if 0
HCL_STORE_OOP (hcl, (hcl_oop_t*)&cls->nsup, (hcl_oop_t)hcl->sysdic);
#endif