make Alias.base an int

We had the invariant that it'd
always be a temporary.
This commit is contained in:
Quentin Carbonneaux 2022-11-20 21:36:51 +01:00
parent 0d50ebaed9
commit 1f696fed0d
3 changed files with 7 additions and 7 deletions

2
all.h
View file

@ -280,7 +280,7 @@ struct Alias {
AUnk = 6,
#define astack(t) ((t) & 1)
} type;
Ref base;
int base;
uint32_t label;
int64_t offset;
int reloc;