mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
connot add InstrcutUnit* in InstructArray struct
This commit is contained in:
parent
4210cf37c0
commit
8c54801fd9
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user