aboutsummaryrefslogtreecommitdiff
path: root/all.h
diff options
context:
space:
mode:
authorQuentin Carbonneaux <[email protected]>2022-11-20 21:36:51 +0100
committerQuentin Carbonneaux <[email protected]>2022-11-20 21:44:25 +0100
commit1f696fed0dd9f9019209f3f8178f599d1e25c782 (patch)
tree38fc007b260d360a7ab41da693fd8c60bafb1572 /all.h
parent0d50ebaed94f595961d88544a028bf7f523d3eac (diff)
make Alias.base an int
We had the invariant that it'd always be a temporary.
Diffstat (limited to 'all.h')
-rw-r--r--all.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/all.h b/all.h
index 881bdd5..4c3c35f 100644
--- a/all.h
+++ b/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;