add a proper block deletion routine

This commit is contained in:
Quentin Carbonneaux 2016-04-09 14:21:56 -04:00
parent 081360df6a
commit 1e0f18e908
4 changed files with 27 additions and 2 deletions

1
all.h
View file

@ -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);