connot add InstrcutUnit* in InstructArray struct

This commit is contained in:
lyon1998 2022-03-17 12:19:25 +08:00
parent 4210cf37c0
commit 8c54801fd9

View File

@ -827,6 +827,9 @@ char* constPool_getStart(ConstPool* self) {
return (char*)arg_getContent(self->arg_buff);
}
void constPool_update(ConstPool *self){
}
void constPool_init(ConstPool* self) {
self->arg_buff = arg_setStr(NULL, "", "");
self->content_offset_now = 0;