add a proper block deletion routine
This commit is contained in:
parent
081360df6a
commit
1e0f18e908
4 changed files with 27 additions and 2 deletions
1
all.h
1
all.h
|
@ -481,6 +481,7 @@ void *emalloc(size_t);
|
|||
void *alloc(size_t);
|
||||
void freeall(void);
|
||||
Blk *blknew(void);
|
||||
void blkdel(Blk *);
|
||||
void emit(int, int, Ref, Ref, Ref);
|
||||
void emiti(Ins);
|
||||
void idup(Ins **, Ins *, ulong);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue