factor some utility functions/data in util.c
This commit is contained in:
parent
cb4d738c36
commit
e30fab31e1
7 changed files with 97 additions and 101 deletions
|
@ -13,7 +13,6 @@ struct RMap {
|
|||
int n;
|
||||
};
|
||||
|
||||
extern Ins insb[NIns], *curi;
|
||||
static ulong regu; /* registers used */
|
||||
static Tmp *tmp; /* function temporaries */
|
||||
static struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue