make Alias.base an int
We had the invariant that it'd always be a temporary.
This commit is contained in:
parent
0d50ebaed9
commit
1f696fed0d
3 changed files with 7 additions and 7 deletions
2
all.h
2
all.h
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue